/** * Phone number verification */ export declare const mobileCheck: (value: string) => boolean; export { }