/** * Replace the user's home directory prefix with ~ for display. */ export declare function shortenHomePath(path: string): string;