import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type HidVertx = { firmwareDate?: string | undefined; id?: string | undefined; ip?: string | undefined; macAddress?: string | undefined; makeModel?: string | undefined; model?: string | undefined; version?: string | undefined; }; /** @internal */ export declare const HidVertx$inboundSchema: z.ZodType; export declare function hidVertxFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=hidvertx.d.ts.map