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