/** * JSON Schema generator a `dye2e` config-okhoz. * * Cél: consumer-projekt IDE-intellisense + config-validáció (`ajv`, `vscode/jsonschema`). * * Output: JSON Schema draft-07 — VSCode + IntelliJ + most IDE támogatja. */ export declare class DyE2E_JsonSchema_Util { /** JSON Schema a form-suite config-hoz (`dye2e generate-form-suite --config X`). */ static formSuiteSchema(): object; /** JSON Schema a viewport-suite config-hoz. */ static viewportSuiteSchema(): object; /** JSON Schema a CWV-suite config-hoz. */ static cwvSuiteSchema(): object; } //# sourceMappingURL=json-schema.util.d.ts.map