export declare function expandHome(inputPath: string, home: string): string; export declare function toDisplayPath(inputPath: string, home: string): string; export declare function stableId(...parts: string[]): string;