import { Fetcher } from "./fetcher.js"; import { ApiResponse, ApiError, FetchConfig } from "./types.js"; import type { paths as Paths, components as Components } from "./validator.js"; export { ApiResponse, Fetcher, ApiError, FetchConfig }; export type { Paths, Components }; export declare function getFetcher(config: FetchConfig): ReturnType>; //# sourceMappingURL=index.d.ts.map