import type { KlawConfig } from "../config/types.klaw.js"; export declare function buildActiveSubagentSystemPromptAddition(params: { cfg: KlawConfig; controllerSessionKey?: string; hasSessionsYield?: boolean; recentMinutes?: number; }): string | undefined;