/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; import { GetBankTransferTransactionResponse } from './getBankTransferTransactionResponse'; import { GetBoletoTransactionResponse } from './getBoletoTransactionResponse'; import { GetCashTransactionResponse } from './getCashTransactionResponse'; import { GetCreditCardTransactionResponse } from './getCreditCardTransactionResponse'; import { GetDebitCardTransactionResponse } from './getDebitCardTransactionResponse'; import { GetMovementObjectBaseResponse } from './getMovementObjectBaseResponse'; import { GetMovementObjectFeeCollectionResponse } from './getMovementObjectFeeCollectionResponse'; import { GetMovementObjectPayableResponse } from './getMovementObjectPayableResponse'; import { GetMovementObjectRefundResponse } from './getMovementObjectRefundResponse'; import { GetMovementObjectSettlementResponse } from './getMovementObjectSettlementResponse'; import { GetMovementObjectTransferResponse } from './getMovementObjectTransferResponse'; import { GetPixTransactionResponse } from './getPixTransactionResponse'; import { GetPrivateLabelTransactionResponse } from './getPrivateLabelTransactionResponse'; import { GetSafetyPayTransactionResponse } from './getSafetyPayTransactionResponse'; import { GetTransactionResponse } from './getTransactionResponse'; import { GetVoucherTransactionResponse } from './getVoucherTransactionResponse'; export declare const discriminatedGetTransactionResponseSchema: Schema; export declare const discriminatedGetMovementObjectBaseResponseSchema: Schema;