import * as t from "io-ts"; //#region generated/ModuleGroupInCabinet.d.ts /** * Codec for interface {@link ModuleGroupInCabinet} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:27527 */ declare const ModuleGroupInCabinet: t.IntersectionC<[t.TypeC<{ groupIndex: t.Type; hubIndex: t.Type; }>, t.PartialC<{ connectIndex: t.Type; }>]>; interface ModuleGroupInCabinet extends t.TypeOf {} //#endregion export { ModuleGroupInCabinet }; //# sourceMappingURL=ModuleGroupInCabinet.d.cts.map