/** * Get the width of the terminal, if available. * * @returns The with of the terminal in characters; undefined if process is not * attached to a TTY */ export declare function getTerminalWidth(): number | undefined;