export declare class FileClassification { id: string; created: Date; modified: Date; description: string; isOwner: boolean; }