export declare class AccountCashTransferAttributes { amount: string; 'created-at': string; 'currency-type': string; reference: string; status: string; 'updated-at': string; 'reversal-details'?: string; }