import type { H3Event } from 'h3';
import type { NitroRouteConfig } from 'nitropack';
export declare function withoutQuery(path: string): string | undefined;
export declare function createNitroRouteRuleMatcher(e?: H3Event): (path: string) => NitroRouteConfig;
