import * as z from "zod/v4-mini"; export type SchemaanyOf4 = string | number; /** @internal */ export type SchemaanyOf4$Outbound = string | number; /** @internal */ export declare const SchemaanyOf4$outboundSchema: z.ZodMiniType; export declare function schemaanyOf4ToJSON(schemaanyOf4: SchemaanyOf4): string; //# sourceMappingURL=schemaany-of4.d.ts.map