declare const subscribeToEvent: (callback: (...params: any[]) => any) => () => void; export default subscribeToEvent;