export default function isIP(ipAddress: string, options?: IsIPOptions): boolean; declare interface IsIPOptions { version?: number }