export * from './aULocalAccountIdentification';
export * from './additionalBankIdentification';
export * from './address2';
export * from './amount';
export * from './bRLocalAccountIdentification';
export * from './bankAccountV3';
export * from './cALocalAccountIdentification';
export * from './cZLocalAccountIdentification';
export * from './counterpartyInfoV3';
export * from './counterpartyV3';
export * from './dKLocalAccountIdentification';
export * from './hULocalAccountIdentification';
export * from './ibanAccountIdentification';
export * from './invalidField';
export * from './jSONObject';
export * from './jSONPath';
export * from './link';
export * from './links';
export * from './merchantData';
export * from './nOLocalAccountIdentification';
export * from './nameLocation';
export * from './numberAndBicAccountIdentification';
export * from './pLLocalAccountIdentification';
export * from './partyIdentification2';
export * from './paymentInstrument';
export * from './resourceReference';
export * from './restServiceError';
export * from './sELocalAccountIdentification';
export * from './sGLocalAccountIdentification';
export * from './transaction';
export * from './transactionSearchResponse';
export * from './transfer';
export * from './transferInfo';
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;
}
