import XFetch from './x-fetch'; import XRequest from './x-request'; export type { XFetchMiddlewares, XFetchOptions, XFetchType } from './x-fetch'; export type { XRequestBaseOptions, XRequestOptions, XRequestParams, XRequestCallbacks, XRequestFunction } from './x-request'; export { XFetch, XRequest }; export default XRequest;