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