import { ProcessorTokenFundsTransferMethodCreateAttributes } from '../ProcessorTokenFundsTransferMethodCreateAttributes'; export declare class CreateProcessorTokenFundsTransferMethodRequest { include?: string; data: { type?: string; attributes: ProcessorTokenFundsTransferMethodCreateAttributes; }; }