/** * Whether the code is executing in a CI environment. */ export declare const isCiEnv: (env?: NodeJS.ProcessEnv) => boolean;