import type { KlawConfig } from "../../config/types.klaw.js"; import type { MsgContext } from "../templating.js"; import type { InlineDirectives } from "./directive-handling.parse.js"; export declare function isDirectiveOnly(params: { directives: InlineDirectives; cleanedBody: string; ctx: MsgContext; cfg: KlawConfig; agentId?: string; isGroup: boolean; }): boolean;