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