import { Message } from '../../constants'; export declare const parseMQTT: (msg: any) => Message[];