export interface FormatCwdOptions { homedir?: string; maxWidth?: number; } export declare function formatCwd(cwd: string, opts?: FormatCwdOptions): string;