/** Instant context for the gate: cached text now, background refresh when stale. */ export declare function loadFullContextCached(): Promise; /** Build the first cache entry off the hot path (called at service start). */ export declare function prewarmContextCache(): void; export declare function loadFullContext(): Promise;