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; } //# sourceMappingURL=config.d.ts.map