import * as t from "io-ts"; //#region generated/ClearViewInfo.d.ts /** * Codec for interface {@link ClearViewInfo} * @category Codecs * @see Automatically generated from ../decompiled/Nova.Equipment.Protocol.TGProtocol.decompiled.cs:3431 */ declare const ClearViewInfo: t.PartialC<{ Enable: t.Type; MasterValue: t.Type; SlaveValue: t.Type; }>; interface ClearViewInfo extends t.TypeOf {} //#endregion export { ClearViewInfo }; //# sourceMappingURL=ClearViewInfo.d.cts.map