import * as _strands_agents_sdk from '@strands-agents/sdk'; declare const getLocationTool: _strands_agents_sdk.InvokableTool<{ highAccuracy?: boolean | undefined; timeout?: number | undefined; }, string>; declare const GEOLOCATION_TOOLS: _strands_agents_sdk.InvokableTool<{ highAccuracy?: boolean | undefined; timeout?: number | undefined; }, string>[]; export { GEOLOCATION_TOOLS, getLocationTool };