type DEVICE_OP_BUSTYPE = 0 | 1;
declare const DEVICE_OP_BUSTYPE_I2C: 0;
declare const DEVICE_OP_BUSTYPE_SPI: 1;

export { DEVICE_OP_BUSTYPE_I2C, DEVICE_OP_BUSTYPE_SPI };
export type { DEVICE_OP_BUSTYPE };
