export type PathMatchParams = Record & { _?: string[]; }; export declare function isRootPath(path: string): path is "" | "/"; export declare function joinPath(path1: string, path2: string): string; export declare function getPathSegments(path: string): string[]; export declare function toSegments(path: string | string[]): string[]; //# sourceMappingURL=path.d.ts.map