type AnyFunction = (...args: any[]) => any; export declare function useEvent(callback?: T): T; export {}; //# sourceMappingURL=useEvent.d.ts.map