import { ResponsableGuarantee } from './responsable-guarantee'; export declare class GuaranteeDocument { id: string; applicationId: string; promCodigo: number; name: string; header: string; body: string; footer: string; representativeName: string; representativeLastname: string; representativeDocumentNumber: string; representativeEmail: string; documentTemplateId: number; configurationDocumentId: number; statusSignDocument: boolean; base64: string; responsableGuarantee: ResponsableGuarantee[]; }