import { CIProviderBase } from '.';
export declare class CircleCI extends CIProviderBase {
    static get ciNodeTotal(): string | undefined;
    static get ciNodeIndex(): string | undefined;
    static get ciNodeBuildId(): string | undefined;
    static get ciNodeRetryCount(): undefined;
    static get commitHash(): string | undefined;
    static get branch(): string | undefined;
    static get userSeat(): string | undefined;
    static get detect(): typeof CIProviderBase | null;
    static get fixedQueueSplit(): boolean;
    static get ciProvider(): string;
}
