/**
 * Check if the current process is running in an interactive terminal (TTY)
 * @returns true if running in an interactive terminal, false otherwise
 */
export declare function isTTY(): boolean;
