import { at as PluginHookReplyDispatchResult, it as PluginHookReplyDispatchEvent, rt as PluginHookReplyDispatchContext } from "./hook-types-Cz3fBvHt.js"; //#region src/plugin-sdk/acp-runtime-backend.d.ts /** * Dispatch a plugin reply hook through ACP when the event targets an ACP-bound session. * Returns a handled result only when ACP consumes the reply; otherwise callers continue normal delivery. */ declare function tryDispatchAcpReplyHook(event: PluginHookReplyDispatchEvent, ctx: PluginHookReplyDispatchContext): Promise; //#endregion export { tryDispatchAcpReplyHook as t };