export declare class AccountCashTransfersAttributes { amount: string; 'currency-type'?: string; 'from-account-id': string; 'to-account-id': string; reference?: string; }