import * as account from './account'; import * as chargeback from './chargeback'; import * as auth from './auth'; import * as bankaccount from './bankaccount'; import * as common from './common'; import * as card from './card'; import * as cardholder from './cardholder'; import * as check from './check'; import * as customer from './customer'; import * as dispute from './dispute'; import * as document from './document'; import * as reference from './reference'; import * as statement from './statement'; import * as status from './status'; import * as tx_external from './tx.external'; import * as transaction from './transaction'; import * as tx_internal from './tx.internal'; export { account, chargeback, auth, bankaccount, common, card, cardholder, check, customer, dispute, document, reference, statement, status, tx_external, transaction, tx_internal, }; declare const _default: { account: typeof account; chargeback: typeof chargeback; auth: typeof auth; bankaccount: typeof bankaccount; common: typeof common; card: typeof card; cardholder: typeof cardholder; check: typeof check; customer: typeof customer; dispute: typeof dispute; document: typeof document; reference: typeof reference; statement: typeof statement; status: typeof status; tx_external: typeof tx_external; transaction: typeof transaction; tx_internal: typeof tx_internal; }; export default _default;