export * from './aULocalAccountIdentification';
export * from './accountHolder';
export * from './accountHolderCapability';
export * from './accountHolderInfo';
export * from './accountSupportingEntityCapability';
export * from './activeNetworkTokensRestriction';
export * from './additionalBankIdentification';
export * from './address';
export * from './address2';
export * from './amount';
export * from './authentication';
export * from './balance';
export * from './balanceAccount';
export * from './balanceAccountBase';
export * from './balanceAccountInfo';
export * from './balanceAccountUpdateRequest';
export * from './balancePlatform';
export * from './balanceSweepConfigurationsResponse';
export * from './bankAccountIdentificationValidationRequest';
export * from './brandVariantsRestriction';
export * from './bulkAddress';
export * from './cALocalAccountIdentification';
export * from './cZLocalAccountIdentification';
export * from './capitalBalance';
export * from './capitalGrantAccount';
export * from './card';
export * from './cardConfiguration';
export * from './cardInfo';
export * from './contactDetails';
export * from './countriesRestriction';
export * from './cronSweepSchedule';
export * from './dayOfWeekRestriction';
export * from './deliveryContact';
export * from './differentCurrenciesRestriction';
export * from './duration';
export * from './entryModesRestriction';
export * from './expiry';
export * from './fee';
export * from './grantLimit';
export * from './grantOffer';
export * from './grantOffers';
export * from './hULocalAccountIdentification';
export * from './ibanAccountIdentification';
export * from './internationalTransactionRestriction';
export * from './invalidField';
export * from './jSONObject';
export * from './jSONPath';
export * from './matchingTransactionsRestriction';
export * from './mccsRestriction';
export * from './merchantAcquirerPair';
export * from './merchantNamesRestriction';
export * from './merchantsRestriction';
export * from './nOLocalAccountIdentification';
export * from './name';
export * from './numberAndBicAccountIdentification';
export * from './pLLocalAccountIdentification';
export * from './paginatedAccountHoldersResponse';
export * from './paginatedBalanceAccountsResponse';
export * from './paginatedPaymentInstrumentsResponse';
export * from './paymentInstrument';
export * from './paymentInstrumentGroup';
export * from './paymentInstrumentGroupInfo';
export * from './paymentInstrumentInfo';
export * from './paymentInstrumentRevealInfo';
export * from './paymentInstrumentUpdateRequest';
export * from './phone';
export * from './phoneNumber';
export * from './processingTypesRestriction';
export * from './repayment';
export * from './repaymentTerm';
export * from './restServiceError';
export * from './sELocalAccountIdentification';
export * from './sGLocalAccountIdentification';
export * from './stringMatch';
export * from './sweepConfigurationV2';
export * from './sweepCounterparty';
export * from './sweepSchedule';
export * from './thresholdRepayment';
export * from './timeOfDay';
export * from './timeOfDayRestriction';
export * from './totalAmountRestriction';
export * from './transactionRule';
export * from './transactionRuleEntityKey';
export * from './transactionRuleInfo';
export * from './transactionRuleInterval';
export * from './transactionRuleResponse';
export * from './transactionRuleRestrictions';
export * from './transactionRulesResponse';
export * from './uKLocalAccountIdentification';
export * from './uSLocalAccountIdentification';
export * from './updatePaymentInstrument';
export * from './verificationDeadline';
export declare class ObjectSerializer {
    static findCorrectType(data: any, expectedType: string): any;
    static serialize(data: any, type: string): any;
    static deserialize(data: any, type: string): any;
}
