/** * Default personas that ship with DollhouseMCP */ export declare const DEFAULT_PERSONAS: readonly ["business-consultant.md", "creative-writer.md", "debug-detective.md", "eli5-explainer.md", "security-analyst.md", "technical-analyst.md"]; export type DefaultPersonaFilename = typeof DEFAULT_PERSONAS[number]; /** * Check if a filename is a default persona */ export declare function isDefaultPersona(filename: string): boolean; //# sourceMappingURL=defaultPersonas.d.ts.map