import type { NitroRouteRules } from 'nitropack';
export declare function withoutQuery(path: string): string | undefined;
export declare function createNitroRouteRuleMatcher(): (pathOrUrl: string) => NitroRouteRules;
