import { DebugLevel } from './debugLevel' export interface Config { host: string ca: string key: string cert: string clientId: string rpcRequestTimeout?: number productId?: string deviceId?: string isCommissioned?: boolean debugLevel?: DebugLevel }