/**
 * 校验是否是手机号码
 */
declare function isPhone(val: string): boolean;

export { isPhone };
