export declare class IsoCertificate {
    id: number;
    year: number;
    month: string;
    country: string;
    companyName: string;
    standard: string;
    fileName: string;
    fileUrl: string;
    uploadDate: Date;
    fileSize: number;
}
