/** * Resolve leading `~` in a path to the user's home directory. * Passes through absolute and relative paths unchanged. */ export declare function resolveTilde(p: string): string;