/** * Check if the current environment is a CI environment. */ export declare const isCI: () => boolean;