import type { CreateHandlerOptions } from "../types.js";
export declare function requestToRoute(req: {
    url?: string;
}, handlerOptions: Pick<CreateHandlerOptions, "moduleBasePath" | "moduleBaseURL" | "build">): string | undefined;
//# sourceMappingURL=requestToRoute.d.ts.map