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