import { FundsTransferMethod } from '../FundsTransferMethod'; export declare class FundsTransferMethodResponse { data: FundsTransferMethod; included: any[]; }