/**
 * Tool definitions for Browser MCP Server
 */
import type { Tool } from '@modelcontextprotocol/sdk/types.js';
/**
 * Register all available tools with their schemas
 */
export declare function registerTools(): Tool[];
//# sourceMappingURL=index.d.ts.map