export declare function consumeMessagesFromSocket(callback: (message: string) => void): (data: any) => void;
