import { FundsTransferAttributes } from './FundsTransferAttributes'; import { FundsTransferRelationships } from './FundsTransferRelationships'; export declare class FundsTransfer { type: string; id: string; attributes: FundsTransferAttributes; relationships: FundsTransferRelationships; links: { self: string; }; }