import { FastMCP } from 'fastmcp';
import { LinodeClient } from '../../client';
/**
 * Registers domain tools with the MCP server
 */
export declare function registerDomainTools(server: FastMCP, client: LinodeClient): void;
