import { DomainObject } from "./domain-object"; export declare class FileContent extends DomainObject { ContentId?: string | undefined; Content?: string | undefined; FileName?: string | undefined; Password?: string | undefined; } //# sourceMappingURL=file-content.d.ts.map