export declare class StorageFilePublicDTO { id: string; url: string; originalName: string; mimetype: string; constructor(partial: Partial); }