declare const Axios: any; export { AxiosConfiguration as Configuration } from './configuration'; export * from './http-service.factory'; export * from './http-service'; export * from './interface'; export { Axios }; //# sourceMappingURL=index.d.ts.map