/** Replacement type for the device. */ export declare enum ReplacementType { /** Default replacement type */ Unknown = "Unknown", /** Type of replacement is Sunset. */ Sunset = "Sunset" } //# sourceMappingURL=replacement_type.d.ts.map