import { FastMCP } from 'fastmcp';
import { NoaaService } from '../services/noaa-service.js';
/**
 * Register water-related tools with the MCP server
 */
export declare function registerWaterTools(server: FastMCP, noaaService: NoaaService): void;
