import { IPDetail } from'../services/vendor.ip-api.com.types.js';
/**
* Format IP address details into Markdown.
* @paramipData - Raw IP details from the ip-api.com service.
* @returns Formatted Markdown string.
*/exportdeclarefunctionformatIpDetails(ipData: IPDetail): string;