/**
 * Replaces `home` (default: `process.env.HOME`) sub-path with given `mask`
 * (default: `~`).
 *
 * @param path
 * @param home
 */
export declare const maskHomeDir: (path: string, home?: string | undefined, mask?: string) => string;
//# sourceMappingURL=mask.d.ts.map