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