import { Soul } from './soul'; export { Soul } from './soul'; export { MemorySystem } from './memory-system'; export { MoodEngine } from './mood-engine'; export { PersonalitySystem } from './personality-system'; export * from './types'; export declare function createSoul(name: string, role: string): Soul; export declare function createCompanion(name: string): Soul; export declare function createNPC(name: string, role: string, archetype?: string): Soul; export declare function createTeacher(name: string, subject?: string): Soul; //# sourceMappingURL=index.d.ts.map