export declare type CertificateTemplate = { id: number; type?: string | null; name?: string | null; bytesSize?: number | null; mediaUrl?: string | null; meta?: (any[] | boolean | number | string) | null; md5?: string | null; createdBy?: number | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };