import { FastMCP } from 'fastmcp';
/**
 * Register all tools with the server
 * @param server FastMCP server instance
 */
export declare function registerAllTools(server: FastMCP): Promise<void>;
//# sourceMappingURL=tools.d.ts.map