/**
 * Hook to listen for an event on the document
 */
export function useEvent(event: any, handler: any): void;
