declare const subscribeToEvents: () => void; declare const unsubscribeFromEvents: () => void; export { subscribeToEvents, unsubscribeFromEvents };