/** * Detect if running in a CI environment. */ export declare function isCI(): boolean; //# sourceMappingURL=env.d.ts.map