declare const subscribeEvent: (callback: () => void) => void;

export { subscribeEvent as default };
