export declare const useGlobalEvent: (eventName: string, callback: (event: KeyboardEvent) => void) => void;