import * as z from "zod/v4"; /** * Smart union parser that tries all schemas and returns the best match * based on the number of populated fields. */ export declare function smartUnion(options: Options): z.ZodType, z.input>; //# sourceMappingURL=smartUnion.d.ts.map