export type Device = Record<string, any>;
export type Characteristic = Record<string, any>;
//# sourceMappingURL=types.d.ts.map