/**
* Check if the string is IPRange
*
* @paramstr - The string to check
* @paramversion - IP version (4 or 6)
* @returns True if the string matches the validation, false otherwise
*/exportdeclarefunctionisIPRange(str: string, version?: number | string): boolean;