export declare abstract class CIProviderBase {
    static get ciNodeTotal(): string | undefined;
    static get ciNodeIndex(): string | undefined;
    static get ciNodeBuildId(): string | undefined;
    static get ciNodeRetryCount(): string | undefined;
    static get commitHash(): string | undefined;
    static get branch(): string | undefined;
    static get userSeat(): string | undefined;
    static get fixedQueueSplit(): boolean;
    static get ciProvider(): string | null;
}
