import { MsgType } from '../core/mqtt/message/MsgType';
export declare class Utils {
    static isHasContent(str: string | null | undefined): boolean;
    static getTopicPrefix(msgType: MsgType): string;
}
//# sourceMappingURL=Utils.d.ts.map