import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type FloatValue = { value?: number | undefined; }; /** @internal */ export declare const FloatValue$inboundSchema: z.ZodType; export declare function floatValueFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=floatvalue.d.ts.map