declare const unsubscribeEvent: (item: () => void) => void;

export { unsubscribeEvent as default };
