export declare class FileEntity { id: number; createdAt: Date; updatedAt: Date; originalName: string; path: string; type: string; size: number; key: string; hash: string; constructor(file: Partial); }