import type { ListPaymentsResponse, CreateNewPaymentResponse, CreateNewPaymentWithCreditCardResponse, CapturePaymentWithPreAuthorizationResponse, PayAChargeWithCreditCardResponse, RetrievePaymentBillingInformationResponse, PaymentViewingInformationResponse, RetrieveASinglePaymentResponse, UpdateExistingPaymentResponse, RestoreRemovedPaymentResponse, RefundPaymentResponse, GetQrCodeForPixPaymentsResponse, ConfirmCashReceiptResponse, UndoCashReceiptConfirmationResponse, RecoveringPaymentLimitsResponse, ListPaymentsWithSummaryDataResponse, CreateNewPaymentWithSummaryDataInResponseResponse, CreateNewPaymentWithCreditCardWithSummaryDataInResponseResponse, CapturePaymentWithPreAuthorizationWithSummaryDataInResponseResponse, RetrieveASinglePaymentWithSummaryDataResponse, UpdateExistingPaymentWithSummaryDataInResponseResponse, RestoreRemovedPaymentWithSummaryDataInResponseResponse, RefundPaymentWithSummaryDataInResponseResponse, ConfirmCashReceiptWithSummaryDataInResponseResponse, UndoCashReceiptConfirmationWithSummaryDataInResponseResponse, RetrieveRefundsOfASinglePaymentResponse, ListInstallmentsResponse, CreateInstallmentResponse, CreateInstallmentWithCreditCardResponse, RetrieveASingleInstallmentResponse, ListPaymentsOfAInstallmentResponse, RefundInstallmentResponse, ListSubscriptionsResponse, CreateNewSubscriptionResponse, CreateSubscriptionWithCreditCardResponse, RetrieveASingleSubscriptionResponse, UpdateExistingSubscriptionResponse, ListPaymentsOfASubscriptionResponse, ListInvoicesForSubscriptionChargesResponse, ListKeysResponse, CreateAKeyResponse, RemoveKeyResponse, RetrieveASingleKeyResponse, CreateStaticQrcodeResponse, PayAQrcodeResponse, DecodeAQrcodeForPaymentResponse, RetrieveASingleTransactionResponse, RetrieveASingleAnticipationResponse, ListTransactionsResponse, CancelAScheduledTransactionResponse, ListRecurrencesResponse, RetrieveASingleRecurrenceResponse, CancelARecurrenceResponse, ListRecurrenceItemsResponse, CancelARecurrenceItemResponse, ListPaymentsLinksResponse, CreateAPaymentsLinkResponse, RetrieveASinglePaymentsLinkResponse, UpdateAPaymentsLinkResponse, RestoreAPaymentsLinkResponse, ListTransfersResponse, TransferToAnotherInstitutionAccountOrPixKeyResponse, TransferToAsaasAccountResponse, RetrieveASingleTransferResponse, CancelATransferResponse, ListAnticipationsResponse, RequestAnticipationResponse, SimulateAnticipationResponse, CancelAnticipationResponse, ListPaymentDunningsResponse, CreateAPaymentDunningResponse, RecoverASinglePaymentDunningResponse, ResendDocumentsResponse, CancelPaymentDunningResponse, ListBillPaymentsResponse, CreateABillPaymentResponse, SimulateABillPaymentResponse, RetrieveASingleBillPaymentResponse, CancelBillPaymentResponse, ListCreditBureauReportsResponse, MakeConsultationResponse, RetrieveACreditBureauReportResponse, RetrieveExtractResponse, RetrieveBusinessDataResponse, UpdateBusinessDataResponse, RetrieveAccountFeesResponse, ListInvoicesResponse, ScheduleInvoiceResponse, RetrieveASingleInvoiceResponse, UpdateInvoiceResponse, IssueAnInvoiceResponse, CancelAnInvoiceResponse, ListSubaccountsResponse, CreateSubaccountResponse, RetrieveASingleSubaccountResponse, CheckPendingDocumentsResponse, ListChargebacksResponse, RetrieveASingleChargebackResponse } from './types.gen'; export declare const listPaymentsResponseTransformer: (data: any) => Promise; export declare const createNewPaymentResponseTransformer: (data: any) => Promise; export declare const createNewPaymentWithCreditCardResponseTransformer: (data: any) => Promise; export declare const capturePaymentWithPreAuthorizationResponseTransformer: (data: any) => Promise; export declare const payAChargeWithCreditCardResponseTransformer: (data: any) => Promise; export declare const retrievePaymentBillingInformationResponseTransformer: (data: any) => Promise; export declare const paymentViewingInformationResponseTransformer: (data: any) => Promise; export declare const retrieveASinglePaymentResponseTransformer: (data: any) => Promise; export declare const updateExistingPaymentResponseTransformer: (data: any) => Promise; export declare const restoreRemovedPaymentResponseTransformer: (data: any) => Promise; export declare const refundPaymentResponseTransformer: (data: any) => Promise; export declare const getQrCodeForPixPaymentsResponseTransformer: (data: any) => Promise; export declare const confirmCashReceiptResponseTransformer: (data: any) => Promise; export declare const undoCashReceiptConfirmationResponseTransformer: (data: any) => Promise; export declare const recoveringPaymentLimitsResponseTransformer: (data: any) => Promise; export declare const listPaymentsWithSummaryDataResponseTransformer: (data: any) => Promise; export declare const createNewPaymentWithSummaryDataInResponseResponseTransformer: (data: any) => Promise; export declare const createNewPaymentWithCreditCardWithSummaryDataInResponseResponseTransformer: (data: any) => Promise; export declare const capturePaymentWithPreAuthorizationWithSummaryDataInResponseResponseTransformer: (data: any) => Promise; export declare const retrieveASinglePaymentWithSummaryDataResponseTransformer: (data: any) => Promise; export declare const updateExistingPaymentWithSummaryDataInResponseResponseTransformer: (data: any) => Promise; export declare const restoreRemovedPaymentWithSummaryDataInResponseResponseTransformer: (data: any) => Promise; export declare const refundPaymentWithSummaryDataInResponseResponseTransformer: (data: any) => Promise; export declare const confirmCashReceiptWithSummaryDataInResponseResponseTransformer: (data: any) => Promise; export declare const undoCashReceiptConfirmationWithSummaryDataInResponseResponseTransformer: (data: any) => Promise; export declare const retrieveRefundsOfASinglePaymentResponseTransformer: (data: any) => Promise; export declare const listInstallmentsResponseTransformer: (data: any) => Promise; export declare const createInstallmentResponseTransformer: (data: any) => Promise; export declare const createInstallmentWithCreditCardResponseTransformer: (data: any) => Promise; export declare const retrieveASingleInstallmentResponseTransformer: (data: any) => Promise; export declare const listPaymentsOfAInstallmentResponseTransformer: (data: any) => Promise; export declare const refundInstallmentResponseTransformer: (data: any) => Promise; export declare const listSubscriptionsResponseTransformer: (data: any) => Promise; export declare const createNewSubscriptionResponseTransformer: (data: any) => Promise; export declare const createSubscriptionWithCreditCardResponseTransformer: (data: any) => Promise; export declare const retrieveASingleSubscriptionResponseTransformer: (data: any) => Promise; export declare const updateExistingSubscriptionResponseTransformer: (data: any) => Promise; export declare const listPaymentsOfASubscriptionResponseTransformer: (data: any) => Promise; export declare const listInvoicesForSubscriptionChargesResponseTransformer: (data: any) => Promise; export declare const listKeysResponseTransformer: (data: any) => Promise; export declare const createAKeyResponseTransformer: (data: any) => Promise; export declare const removeKeyResponseTransformer: (data: any) => Promise; export declare const retrieveASingleKeyResponseTransformer: (data: any) => Promise; export declare const createStaticQrcodeResponseTransformer: (data: any) => Promise; export declare const payAQrcodeResponseTransformer: (data: any) => Promise; export declare const decodeAQrcodeForPaymentResponseTransformer: (data: any) => Promise; export declare const retrieveASingleTransactionResponseTransformer: (data: any) => Promise; export declare const retrieveASingleAnticipationResponseTransformer: (data: any) => Promise; export declare const listTransactionsResponseTransformer: (data: any) => Promise; export declare const cancelAScheduledTransactionResponseTransformer: (data: any) => Promise; export declare const listRecurrencesResponseTransformer: (data: any) => Promise; export declare const retrieveASingleRecurrenceResponseTransformer: (data: any) => Promise; export declare const cancelARecurrenceResponseTransformer: (data: any) => Promise; export declare const listRecurrenceItemsResponseTransformer: (data: any) => Promise; export declare const cancelARecurrenceItemResponseTransformer: (data: any) => Promise; export declare const listPaymentsLinksResponseTransformer: (data: any) => Promise; export declare const createAPaymentsLinkResponseTransformer: (data: any) => Promise; export declare const retrieveASinglePaymentsLinkResponseTransformer: (data: any) => Promise; export declare const updateAPaymentsLinkResponseTransformer: (data: any) => Promise; export declare const restoreAPaymentsLinkResponseTransformer: (data: any) => Promise; export declare const listTransfersResponseTransformer: (data: any) => Promise; export declare const transferToAnotherInstitutionAccountOrPixKeyResponseTransformer: (data: any) => Promise; export declare const transferToAsaasAccountResponseTransformer: (data: any) => Promise; export declare const retrieveASingleTransferResponseTransformer: (data: any) => Promise; export declare const cancelATransferResponseTransformer: (data: any) => Promise; export declare const listAnticipationsResponseTransformer: (data: any) => Promise; export declare const requestAnticipationResponseTransformer: (data: any) => Promise; export declare const simulateAnticipationResponseTransformer: (data: any) => Promise; export declare const cancelAnticipationResponseTransformer: (data: any) => Promise; export declare const listPaymentDunningsResponseTransformer: (data: any) => Promise; export declare const createAPaymentDunningResponseTransformer: (data: any) => Promise; export declare const recoverASinglePaymentDunningResponseTransformer: (data: any) => Promise; export declare const resendDocumentsResponseTransformer: (data: any) => Promise; export declare const cancelPaymentDunningResponseTransformer: (data: any) => Promise; export declare const listBillPaymentsResponseTransformer: (data: any) => Promise; export declare const createABillPaymentResponseTransformer: (data: any) => Promise; export declare const simulateABillPaymentResponseTransformer: (data: any) => Promise; export declare const retrieveASingleBillPaymentResponseTransformer: (data: any) => Promise; export declare const cancelBillPaymentResponseTransformer: (data: any) => Promise; export declare const listCreditBureauReportsResponseTransformer: (data: any) => Promise; export declare const makeConsultationResponseTransformer: (data: any) => Promise; export declare const retrieveACreditBureauReportResponseTransformer: (data: any) => Promise; export declare const retrieveExtractResponseTransformer: (data: any) => Promise; export declare const retrieveBusinessDataResponseTransformer: (data: any) => Promise; export declare const updateBusinessDataResponseTransformer: (data: any) => Promise; export declare const retrieveAccountFeesResponseTransformer: (data: any) => Promise; export declare const listInvoicesResponseTransformer: (data: any) => Promise; export declare const scheduleInvoiceResponseTransformer: (data: any) => Promise; export declare const retrieveASingleInvoiceResponseTransformer: (data: any) => Promise; export declare const updateInvoiceResponseTransformer: (data: any) => Promise; export declare const issueAnInvoiceResponseTransformer: (data: any) => Promise; export declare const cancelAnInvoiceResponseTransformer: (data: any) => Promise; export declare const listSubaccountsResponseTransformer: (data: any) => Promise; export declare const createSubaccountResponseTransformer: (data: any) => Promise; export declare const retrieveASingleSubaccountResponseTransformer: (data: any) => Promise; export declare const checkPendingDocumentsResponseTransformer: (data: any) => Promise; export declare const listChargebacksResponseTransformer: (data: any) => Promise; export declare const retrieveASingleChargebackResponseTransformer: (data: any) => Promise; //# sourceMappingURL=transformers.gen.d.ts.map