import { EventListenerOptions } from './types'; declare const useEventListener: (options: EventListenerOptions) => void; export default useEventListener;