import type { AgentProfile } from "./store.js"; export declare function buildOnboardingSystemPrompt(): string; export declare function buildChatSystemPrompt(profile: AgentProfile): string; export declare function buildReportSystemPrompt(profile: AgentProfile): string;