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