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