/** * A helper class where all device defaults are contained. This allows us to reuse * some of the defaults for non-related device objects. For example, and both have * auxiliaries but are not in the same lineage. */ export interface IDeviceDefaults { } //# sourceMappingURL=device_defaults.d.ts.map