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