/** Register globally event catcher. SSR safe */
export declare const useCaptureEvent: (event: string, cb: (...args: any[]) => void, options?: AddEventListenerOptions) => void;
