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