import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type IpmiCommandPayloadPackedNetFnLogicalUnitNumber = { /** * The human-readable name of the LUN */ name?: string | undefined; /** * The value of the LUN (3 bits) */ raw?: number | undefined; }; /** @internal */ export declare const IpmiCommandPayloadPackedNetFnLogicalUnitNumber$inboundSchema: z.ZodType; export declare function ipmiCommandPayloadPackedNetFnLogicalUnitNumberFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=ipmicommandpayloadpackednetfnlogicalunitnumber.d.ts.map