/** Determine if the current process is interactive, and can receive user input */
export declare function isInteractive(): boolean;
