export declare const processMessage: (value?: BufferSource) => {
    msgType: string | null;
    msg: string | null;
    token: any;
};
