import * as v1_0 from './fspiop/v1_0'; import * as v1_1 from './fspiop/v1_1'; import * as v2_0 from './fspiop/v2_0'; import * as v2_0_ISO20022 from './fspiop/v2_0_ISO20022'; import * as thirdparty from './thirdparty'; import * as SDKSchemeAdapter from './sdk-scheme-adapter'; export * as v1_0 from './fspiop/v1_0'; export * as v1_1 from './fspiop/v1_1'; export * as v2_0 from './fspiop/v2_0'; export * as v2_0_ISO20022 from './fspiop/v2_0_ISO20022'; export * as thirdparty from './thirdparty'; export * as SDKSchemeAdapter from './sdk-scheme-adapter'; declare const _default: { v1_0: typeof v1_0; v1_1: typeof v1_1; v2_0: typeof v2_0; v2_0_ISO20022: typeof v2_0_ISO20022; thirdparty: typeof thirdparty; SDKSchemeAdapter: typeof SDKSchemeAdapter; }; export default _default;