import { IEngineTypeSystem } from "../engine/engine_type_system"; /** * Represents an empty (null) {@link IEngineType}, used for devices that are not engine-assigned. * * @deprecated */ export interface IEngineTypeNone extends IEngineTypeSystem { } //# sourceMappingURL=engine_type_none.d.ts.map