declare enum Type { INTERNAL = "INTERNAL", SMK3L = "SMK3L", QPASS = "QPASS", EXTERNAL = "EXTERNAL", SPI = "SPI" } export default Type;