export declare class ReverseFundsTransferRequest { include?: string; fundsTransferID: string; data: { type?: string; attributes: { 'comments-1': string; 'reversal-details': string; amount?: string; 'comments-2'?: string; 'comments-3'?: string; 'comments-4'?: string; }; }; }