export * from './aULocalAccountIdentification';
export * from './additionalBankIdentification';
export * from './address';
export * from './airline';
export * from './amount';
export * from './amountAdjustment';
export * from './approveTransfersRequest';
export * from './bRLocalAccountIdentification';
export * from './balanceMutation';
export * from './bankAccountV3';
export * from './bankCategoryData';
export * from './cALocalAccountIdentification';
export * from './cZLocalAccountIdentification';
export * from './cancelTransfersRequest';
export * from './capitalBalance';
export * from './capitalGrant';
export * from './capitalGrantInfo';
export * from './capitalGrants';
export * from './card';
export * from './cardIdentification';
export * from './confirmationTrackingData';
export * from './counterparty';
export * from './counterpartyInfoV3';
export * from './counterpartyV3';
export * from './dKLocalAccountIdentification';
export * from './directDebitInformation';
export * from './estimationTrackingData';
export * from './externalReason';
export * from './fee';
export * from './findTransfersResponse';
export * from './hKLocalAccountIdentification';
export * from './hULocalAccountIdentification';
export * from './ibanAccountIdentification';
export * from './internalCategoryData';
export * from './internalReviewTrackingData';
export * from './invalidField';
export * from './issuedCard';
export * from './issuingTransactionData';
export * from './leg';
export * from './link';
export * from './links';
export * from './lodging';
export * from './merchantData';
export * from './merchantPurchaseData';
export * from './modification';
export * from './nOLocalAccountIdentification';
export * from './nZLocalAccountIdentification';
export * from './nameLocation';
export * from './numberAndBicAccountIdentification';
export * from './pLLocalAccountIdentification';
export * from './partyIdentification';
export * from './paymentInstrument';
export * from './platformPayment';
export * from './relayedAuthorisationData';
export * from './repayment';
export * from './repaymentTerm';
export * from './resourceReference';
export * from './restServiceError';
export * from './returnTransferRequest';
export * from './returnTransferResponse';
export * from './routingDetails';
export * from './sELocalAccountIdentification';
export * from './sGLocalAccountIdentification';
export * from './serviceError';
export * from './thresholdRepayment';
export * from './transaction';
export * from './transactionEventViolation';
export * from './transactionRuleReference';
export * from './transactionRuleSource';
export * from './transactionRulesResult';
export * from './transactionSearchResponse';
export * from './transfer';
export * from './transferData';
export * from './transferEvent';
export * from './transferInfo';
export * from './transferNotificationCounterParty';
export * from './transferNotificationMerchantData';
export * from './transferNotificationValidationFact';
export * from './transferRequestReview';
export * from './transferReview';
export * from './transferServiceRestServiceError';
export * from './transferView';
export * from './uKLocalAccountIdentification';
export * from './uSLocalAccountIdentification';
export * from './ultimatePartyIdentification';
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;
}
