import { StreamReader } from '@ceramicnetwork/common'; import Ajv from 'ajv'; import { LRUCache } from 'least-recent'; export declare class SchemaValidation { readonly validators: LRUCache; constructor(); validateSchema(ceramic: StreamReader, content: Record, schemaStreamId: string): Promise; private _loadSchemaById; private _validate; } //# sourceMappingURL=schema-utils.d.ts.map