import { GotOptions, HttpResponse } from "../types.js"; //#region lib/util/http/cache/types.d.ts interface HttpCacheProvider { setCacheHeaders>(method: string, url: string, opts: T): Promise; bypassServer(method: string, url: string, ignoreSoftTtl?: boolean): Promise | null>; wrapServerResponse(method: string, url: string, resp: HttpResponse): Promise>; } //#endregion export { HttpCacheProvider }; //# sourceMappingURL=types.d.ts.map