/** Key = sha256 of normalized text + model id (model affects the score). */ export declare function effortCacheKey(contentText: string, modelId: string): string; export declare function readEffortCache(dir: string, key: string): Promise; export declare function writeEffortCache(dir: string, key: string, effort: number): Promise; //# sourceMappingURL=cache.d.ts.map