/** * @param {string} val * @returns {boolean} * */ declare function isValidIPV4(val: string): boolean; export default isValidIPV4;