/** * Build the subagent's system prompt by injecting project-level context * (AGENTS.md, .pi/instructions.md) alongside the user-provided system prompt. */ export declare function buildSystemPrompt(cwd: string, userPrompt?: string): string | undefined; //# sourceMappingURL=prompt.d.ts.map