export declare const CONTENT_PACK_JSON_SCHEMA_ID = "https://ai-rpg-engine.dev/schemas/content-pack.schema.json"; /** Absolute path of the checked-in ContentPack JSON Schema artifact. */ export declare function contentPackSchemaPath(): string; /** * Return the ContentPack JSON Schema (Draft 2020-12) from the checked-in * artifact. Callers (editors, loadContentFromFile annotations, World Forge) * $ref {@link CONTENT_PACK_JSON_SCHEMA_ID}. */ export declare function toJsonSchema(): Record; //# sourceMappingURL=json-schema.d.ts.map