import type { Schema } from "../_schema.js"; import type { DefaultSchema } from "./withDefaults.js"; export declare function lazy(self: () => Schema): DefaultSchema; //# sourceMappingURL=lazy.d.ts.map