export type WebosDevice = { key?: string; name: string; value?: string; device: string; connection: string; profile: string; isDevice: boolean; active: boolean; }; //# sourceMappingURL=types.d.ts.map