export declare function matchPath(pattern: string, path: string): { ok: true; params: Record; } | { ok: false; params: Record; }; //# sourceMappingURL=match.d.ts.map