declare class EnvironmentHelpers {
    static get isGitHubActions(): boolean;
    static get isGitLabCI(): boolean;
    static get isCI(): boolean;
}
export default EnvironmentHelpers;
