/** * Persona export/import tool definitions and handlers * Note: Core persona management functionality (list, activate, create, edit, etc.) * is now available through the generic element tools (list_elements, activate_element, etc.) */ import { ToolDefinition } from '../../handlers/types/ToolTypes.js'; import type { PersonaHandler } from '../../handlers/PersonaHandler.js'; export declare function getPersonaExportImportTools(server: PersonaHandler): Array<{ tool: ToolDefinition; handler: any; }>; //# sourceMappingURL=PersonaTools.d.ts.map