/**
 * Returns true if string represents a localhost IP (v4 or v6)
 */
export declare function isLocalhostIP(ip: string): boolean;
//# sourceMappingURL=ip.d.ts.map