export interface DisplayPathService { readonly join: (...paths: string[]) => string; readonly normalize: (path: string) => string; } export declare const joinDisplayPath: (path: DisplayPathService, first: string, ...rest: string[]) => string; export declare const formatDisplayPath: (path: DisplayPathService, value: string) => string; //# sourceMappingURL=display-path.d.ts.map