import { AccountCashTransfersAttributes } from '../AccountCashTransfersAttributes'; export declare class CashTransferData { type?: string; attributes: AccountCashTransfersAttributes; }