/** 5 minutes in milliseconds — control plane token lifetime */ export declare const CONTROL_PLANE_TOKEN_LIFETIME_MS: number; /** 10 minutes in milliseconds — data plane token lifetime */ export declare const DATA_PLANE_TOKEN_LIFETIME_MS: number; /** 8 hours in milliseconds — refresh token absolute lifetime from original login */ export declare const REFRESH_TOKEN_ABSOLUTE_LIFETIME_MS: number; /** 4 hours in milliseconds — refresh token idle timeout, resets on each rotation */ export declare const REFRESH_TOKEN_IDLE_LIFETIME_MS: number; /** 30 seconds in milliseconds — refresh control plane token this much before expiry */ export declare const CONTROL_PLANE_REFRESH_WINDOW_MS: number; /** Failure count at which the auth context is flagged as permanently failed. */ export declare const MAX_CONSECUTIVE_TRANSIENT_FAILURES = 50; //# sourceMappingURL=token-lifetimes.d.ts.map