import { SchemaRuntime, SchemaPolicy } from '../schema-runtime.js'; export declare function createJSONSchemaRuntime(options?: Partial>): SchemaRuntime; export declare function createCBORSchemaRuntime(options?: Partial>): SchemaRuntime;