import type { OpenClawConfig } from "../../config/types.openclaw.js";
import type { FinalizedMsgContext } from "../templating.js";
export declare function shouldBypassAcpDispatchForCommand(ctx: FinalizedMsgContext, cfg: OpenClawConfig): boolean;
