export declare class RemoteFileDTO { id: string; uid: string; url: string; name: string; size: number | string; type: string; data: File | undefined; constructor(); } //# sourceMappingURL=RemoteFileDTO.d.ts.map