import { BeforeCreateRequestContext, BeforeCreateRequestHook } from "./types.js"; import { RequestInput } from "../lib/http.js"; export declare class RewriteRequestPathHook implements BeforeCreateRequestHook { beforeCreateRequest(_hookCtx: BeforeCreateRequestContext, input: RequestInput): RequestInput; } //# sourceMappingURL=request-path-hook.d.ts.map