import type { ServiceApiParams } from '../../common'; export declare function createV2Payment(this: void, serviceApi: ServiceApiParams): { cancelPix: (args_0: import("../../common").ServiceDataParams<{ pathParams: import("./pix").CancelPixParams; }>) => Promise; createDynamicPix: (args_0: import("../../common").ServiceDataParams<{ data: import("./pix").DynamicPixData>; }>) => Promise; createStaticPix: (args_0: import("../../common").ServiceDataParams<{ data: import("./pix").StaticPixData; }>) => Promise; createCryptocurrency: (args_0: import("../../common").ServiceDataParams<{ data: import("./cryptocurrency").CreateCryptocurrencyData>; }>) => Promise; cancelCreditCard: (args_0: import("../../common").ServiceDataParams<{ pathParams: import("./creditCard").CancelCreditCardPathParams; }>) => Promise; captureCreditCard: (args_0: import("../../common").ServiceDataParams<{ pathParams: import("./creditCard").CaptureCreditCardPathParams; }>) => Promise; consultInstallmentValues: (args_0: import("../../common").ServiceDataParams<{ params: import("./creditCard").ConsultInstallmentValuesParams; }>) => Promise; createCreditCard: (args_0: import("../../common").ServiceDataParams<{ data: import("./creditCard").CreateCreditCardData>; }>) => Promise; cancelBoleto: (args_0: import("../../common").ServiceDataParams<{ params: import("./boleto").CancelBoletoParams; }>) => Promise; createBoleto: (args_0: import("../../common").ServiceDataParams<{ data: import("./boleto").CreateBoletoData>; }>) => Promise; releaseBoleto: (args_0: import("../../common").ServiceDataParams<{ params: import("./boleto").ReleaseBoletoParams; }>) => Promise; }; export * as boleto from './boleto'; export * as creditCard from './creditCard'; export * as cryptocurrency from './cryptocurrency'; export * as pix from './pix';