import { Strategy } from 'iotes'; import { DeviceTypes, StrategyConfig } from './types'; export declare const mqttStrategy: Strategy; export { DeviceTypes, StrategyConfig };