import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type ProfinetCm = { byteOrder?: string | undefined; lookupResponseRaw?: string | undefined; multipleFragments?: boolean | undefined; }; /** @internal */ export declare const ProfinetCm$inboundSchema: z.ZodType; export declare function profinetCmFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=profinetcm.d.ts.map