import type { ReactWindowEvents, AttachedEvent } from "./types"; export declare function useGlobalEvents(events: ReactWindowEvents, element: Window | HTMLElement, eventStore: Record): void;