import type { KlawConfig } from "./types.klaw.js"; export declare function resolveExecCommandHighlighting(params: { config?: KlawConfig | null; agentId?: string | null; }): boolean;