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