export declare class AI21EnvConfig {
    static readonly API_KEY: string | undefined;
    static readonly BASE_URL: string;
    static readonly TIMEOUT_SECONDS: number;
    static readonly MAX_RETRIES: number;
    static readonly LOG_LEVEL: string;
}
