import { Http } from './http.js'; import { HttpOptions } from './types.js'; export * from './http.js'; export * from './exception.js'; export { isException } from './helpers.js'; export default function createHttp(options?: HttpOptions): Http; //# sourceMappingURL=index.d.ts.map