import { X as Xior, a as XiorRequestConfig, b as XiorInstance } from '../xior-D_RKcIOK.js';
export { C as ClearableSignal, F as Fetch, I as ICacheLike, l as XiorError, f as XiorInterceptorOptions, c as XiorInterceptorRequestConfig, g as XiorInterceptorResponseConfig, e as XiorPlugin, d as XiorResponse, h as XiorResponseInterceptorConfig, m as XiorTimeoutError, o as anySignal, q as buildSortedURL, r as delay, i as encodeParams, j as isAbsoluteURL, n as isXiorError, k as joinPath, p as merge, t as trimUndefined } from '../xior-D_RKcIOK.js';

declare const xior: Xior & {
    create: (options?: XiorRequestConfig) => XiorInstance;
    VERSION: string;
};

export { Xior, XiorInstance, XiorRequestConfig, xior as default };
