declare const addEventListenerMessage: (onMessage?: (e: any) => void) => ({ type, data }: any) => void; export default addEventListenerMessage;