import { AutoEncoder } from '@simonbackx/simple-encoding'; import { File } from './files/File.js'; export declare class Policy extends AutoEncoder { id: string; name: string; /** * Set either file or url for the policy. If both are set, the url has priority */ file: File | null; url: string | null; get calculatedUrl(): string; } //# sourceMappingURL=Policy.d.ts.map