/** * Returns true if the current process is running in a CI environment * @returns true if the current process is running in a CI environment */ export declare function isCI(): boolean; /** * Returns true if the current process is running in a TTY environment * @returns true if the current process is running in a TTY environment */ export declare function isTTY(): boolean; //# sourceMappingURL=shell-env.d.ts.map