import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdk-validation-error.js"; export type SchemaanyOf2 = string | number; /** @internal */ export declare const SchemaanyOf2$inboundSchema: z.ZodMiniType; export declare function schemaanyOf2FromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=schemaany-of2.d.ts.map