import type { DelegatedAgentRuntimeConfig } from "./delegated-agent"; export declare function buildTeammateSystemPrompt(prompt: string, config: DelegatedAgentRuntimeConfig): string; export declare function buildSubAgentSystemPrompt(prompt: string, config: DelegatedAgentRuntimeConfig): string;