export declare class CompanyDocumentDto {
    originalName: string;
    fileName: string;
    filePath: string;
}
