declare const isCellPhone: (str: any) => boolean; export default isCellPhone;