import type { IDevice } from "../device.interface.js";
/**
 * Interface representing the Weiheng WH-C06 device, extending the base Device interface.
 */
export interface IWHC06 extends IDevice {
}
//# sourceMappingURL=wh-c06.interface.d.ts.map