import type { EventState } from "./event-state"; import type { EventPayload, RunContext } from "./types"; export declare function handleTuiToast(_ctx: RunContext, payload: EventPayload, state: EventState): void;