import { KeyEvent } from "../../keyHandler/KeyEvent"; import { IIOContext } from "../_types/IIOContext"; /** * Emits a key event on a given context's key handler stack * @param context The context to emit the event on * @param event The event to be emitted * @returns The result of the event */ export declare function emitContextEvent(context: IIOContext, event: KeyEvent): Promise; //# sourceMappingURL=emitContextEvent.d.ts.map