export type UriSegment = string | number | (string | number | (string | number)[])[]; export declare function parseUri(path: UriSegment): string[];