import { api } from './api/index.js'; export { api } from './api/index.js'; export { default as client } from './client/index.js'; export * from './utils/index.js'; export type { AxiosStatic } from 'axios'; export type { InitConfig, Options, ParsedError, PromiseWrapper } from './client/core'; declare const _default: { api: typeof api; client: { get: typeof import("./client/index.js").get; post: typeof import("./client/index.js").post; postForm: typeof import("./client/index.js").postForm; del: typeof import("./client/index.js").del; put: typeof import("./client/index.js").put; patch: typeof import("./client/index.js").patch; setInitConfig: typeof import("./client/index.js").setInitConfig; axiosStatic: import("axios").AxiosStatic; }; }; export default _default;