type Callback = (...args: any[]) => any; declare function useEventCallback(callback: T | undefined): T; export { useEventCallback };