export declare const CONTINUATION_COOLDOWN_MS = 5000; export declare const FAILURE_BACKOFF_MS: number; export declare const MAX_CONSECUTIVE_PROMPT_FAILURES = 10; export declare const RETRY_DELAY_MS: number;