declare const useEvent: <T extends Function>(fn: T) => T;

export { useEvent };
