export declare const CONTEXT_PROGRESS_MIN_INTERVAL_MS = 3000; export declare function tickContextProgress(onContextProgress: (() => void | Promise) | undefined, lastMs: number): Promise;