export declare function useWindowEvent(type: K, listener: K extends keyof WindowEventMap ? (this: Window, ev: WindowEventMap[K]) => void : (this: Window, ev: CustomEvent) => void, options?: boolean | AddEventListenerOptions): void; //# sourceMappingURL=use-window-event.d.ts.map