declare type CallbackFunction = (...args: any[]) => any; export declare function useEvent(callback: T): T; export {};