import * as t from "io-ts"; //#region generated/DviResolutionInfo.d.ts /** * Codec for interface {@link DviResolutionInfo} * @category Codecs * @see Automatically generated from ../decompiled/Nova.GigabitController.ProgramInnerData.decompiled.cs:381 */ declare const DviResolutionInfo: t.IntersectionC<[t.TypeC<{ DviWidth: t.Type; DviHeight: t.Type; DisplayString: t.StringC; }>, t.PartialC<{}>]>; interface DviResolutionInfo extends t.TypeOf {} //#endregion export { DviResolutionInfo }; //# sourceMappingURL=DviResolutionInfo.d.mts.map