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