import Event, { EventCallbackFunction } from "../../../event"; import Agile from "../../../index"; export declare function useEvent(event: E, callback: EventCallbackFunction, agileInstance?: Agile): void;