import ServiceBase from './base'; import * as Proxy from './proxy'; import ServiceDefaultConfig from './context/service-default-config'; export * from './api/index'; export { ServiceBase, Proxy, ServiceDefaultConfig }; //# sourceMappingURL=index.d.ts.map