/** Normalizes a route prefix to a leading slash with no trailing slash. */ export declare function normalize(path: string): string; /** Joins URL path segments into one normalized absolute path. */ export declare function join(...segments: string[]): string; //# sourceMappingURL=Path.d.ts.map