/** * Default persona for the dashboard (operator board) agent. * Written to ~/.mama/personas/dashboard.md on first use if not present. * Follows the same pattern as memory-agent-persona.ts. * * The agent publishes ALL FOUR board slots with the shared card/badge HTML * vocabulary (board-slot-instructions.ts) instead of a single prose briefing * with inline styles. */ export declare const DASHBOARD_AGENT_PERSONA: string; /** * Ensure persona file exists at ~/.mama/personas/dashboard.md * Creates it from default if not present. */ export declare function ensureDashboardPersona(mamaHomeDir?: string): string; //# sourceMappingURL=dashboard-agent-persona.d.ts.map