import { type UriSegment } from './parseUri'; export declare const normalizeUri: (...path: UriSegment[]) => string;