import validatorJs from 'validator'; import { SyncValidation } from '../../types.js'; /** * Validation signature for the "mobile" regex. Non-string values are * ignored. */ export declare const mobile: SyncValidation<{ strict: boolean; locale?: validatorJs.MobilePhoneLocale[]; }>;