export declare function anonymizePaths(stack: string, options?: {
    cwd?: string;
    home?: string;
}): string;
