export declare class ResponsableGuarantee { identification: string; transactionId: number; stateId: number; stateName: string; transactionDate: Date; signatureProcessStarted: Boolean; }