import { Request } from './types.js'; import { Prepared } from './types.js'; export declare function withFetch(req: Request): Promise; //# sourceMappingURL=withFetch.d.ts.map