import { AccountCashTotalAttributes } from './AccountCashTotalAttributes'; import { AccountCashTotalRelationships } from './AccountCashTotalRelationships'; export declare class AccountCashTotal { type: 'account-cash-totals'; id: string; attributes: AccountCashTotalAttributes; relationships: AccountCashTotalRelationships; links: { self: string; }; }