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