import type { loadConfig } from "agdi/plugin-sdk/config-runtime"; import type { WebInboundMsg } from "../types.js"; export declare function maybeSendAckReaction(params: { cfg: ReturnType; msg: WebInboundMsg; agentId: string; sessionKey: string; conversationId: string; verbose: boolean; accountId?: string; info: (obj: unknown, msg: string) => void; warn: (obj: unknown, msg: string) => void; }): void;