import type { JsonSchema, GenerateContext } from "./types.js"; export declare function walk(schema: JsonSchema, ctx: GenerateContext): Promise; //# sourceMappingURL=schema-walker.d.ts.map