declare const useEventSubscription: (event: string, callback: (...args: any[]) => void) => () => void; export default useEventSubscription; //# sourceMappingURL=index.d.ts.map