declare type AnyFunction = (...args: any[]) => any; export declare const useEvent: (handler?: T | undefined) => T; export {};