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