export declare class CreateIsoCertificateDto {
    year: number;
    month: string;
    country: string;
    companyName: string;
    standard: string;
    fileName: string;
    fileUrl: string;
    fileSize?: number;
}
