import * as z from "zod"; /** Canonical URI editors can use to identify the published Flow v2 vocabulary. */ export declare const FLOW_DEFINITION_JSON_SCHEMA_ID = "https://skaile.ai/schemas/flow/v2.json"; /** Keeps editor tooling downstream of Zod so the checked-in artifact cannot become an authority. */ export declare function generateFlowDefinitionJsonSchema(): z.core.JSONSchema.JSONSchema; //# sourceMappingURL=json-schema.d.ts.map