import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = string; export declare const createPaymentMethodSession: ApiMethodDeclaration; export {};