import { CreateFetch, FetchConfig, Middleware, OpenapiPaths } from './types'; export declare const Fetcher: { for: >() => { configure: (config: FetchConfig) => void; use: (mw: Middleware) => number; path:

(path: P) => { method: (method: M) => { create: CreateFetch; }; }; }; };