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