/**
* static-maps.ts - Maps Static API tool
*
* This file contains the tool definition for Google Maps Static API,
* which allows retrieving static map images in various formats and styles.
*
* Dependencies:
* - @modelcontextprotocol/sdk/types.js (for Tool)
*
* @author Claude
*/
import { Tool } from "@modelcontextprotocol/sdk/types.js";
/**
* @constant STATIC_MAP_TOOL
* @description Tool definition for retrieving static map images from Google Maps Static API.
* Supports multiple map types (roadmap, satellite, terrain, hybrid) with optional markers.
*/
export declare const STATIC_MAP_TOOL: Tool;
//# sourceMappingURL=static-maps.d.ts.map