import { Context } from "../../types"; export declare class CacheRefreshScheduler { private timeoutId; private readonly ctx; private readonly staleTTL; constructor(ctx: Context); private scheduleNextRefresh; private maybeFetch; stop(): void; }