/** * Lazy schema facade with contract validation and metadata forwarding. * * @module schemas/lazy */ import type { Schema } from "../extensions/schema/index.js"; export declare function lazySchema(getSchema: () => Schema): Schema; //# sourceMappingURL=lazy.d.ts.map