export declare class ContentApiSpecificCache { private options; private cache; constructor(options: { ttlSeconds?: number; }); fetch(objectKey: ObjectKey, scalarKey: string, createValue: () => Value): Value; } //# sourceMappingURL=ContentApiSpecificCache.d.ts.map