import type { ResponseLanguage } from '../../i18n/response-language.js'; export declare function buildSubagentContextSection(params: { goal: string; context?: string; workspace?: string; requesterSessionKey?: string; childSessionKey?: string; }): string; export declare function buildSubagentSystemPrompt(params: { goal: string; context?: string; workspace?: string; requesterSessionKey?: string; childSessionKey?: string; toolNames?: string[]; responseLanguage?: ResponseLanguage; }): string;