/** * Expand tilde in path to home directory * Supports ~, ~/path, and ~username/path */ export declare function expandHomeDir(filePath: string): string;