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