import type { LLMCallRecord } from './types.js'; export declare function ensureLLMCacheTable(): void; export declare function lookupLLMCache(modelId: string, promptHash: string, schemaHash: string): string | null; export declare function insertLLMCache(rec: LLMCallRecord): void; //# sourceMappingURL=cache.d.ts.map