import { z } from "zod"; //#region src/content-json-schema-defs.d.ts type JsonSchema = z.core.JSONSchema.JSONSchema; declare const MAX_SAFE_INTEGER: number; declare const EMBEDDED_OBJECT_KINDS: string[]; declare const CONTENT_DOCUMENT_URI: string; declare const CONTENT_DEFS: Record; //#endregion export { CONTENT_DEFS, CONTENT_DOCUMENT_URI, EMBEDDED_OBJECT_KINDS, MAX_SAFE_INTEGER };