import { FastMCP } from 'fastmcp';
/**
 * Register all memory-related tools with the MCP server
 * @param server The FastMCP server instance
 */
export declare function registerMemoryTools(server: FastMCP): void;
//# sourceMappingURL=tools.d.ts.map