import * as t from "io-ts"; //#region generated/PumpGroupsLine.d.ts /** * Codec for interface {@link PumpGroupsLine} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:29095 */ declare const PumpGroupsLine: t.PartialC<{ Group: t.Type; Connect: t.Type; Line: t.Type; }>; interface PumpGroupsLine extends t.TypeOf {} //#endregion export { PumpGroupsLine }; //# sourceMappingURL=PumpGroupsLine.d.cts.map