/** * Built-in team personas (bundle-data layer) — GENERIC personas only; the business prompt is * appended at call time by the consumer (team.ts), never baked in here. */ export declare const TEAM_PERSONAS: { readonly analyst: "You analyze the task: lay out the key considerations, options, and trade-offs. Be concrete."; readonly critic: "You challenge the analysis: surface gaps, wrong assumptions, risks, and stronger alternatives."; readonly synthesizer: "Synthesize the discussion into ONE clear, actionable recommendation. Add no new analysis."; }; //# sourceMappingURL=team.d.ts.map