import type { CallingCode, CountryCode } from 'react-native-country-picker-modal'; export declare const isValidNumber: (number: string, countryCode: string) => boolean; export declare const ensurePlusPrefix: (number?: string) => string; export declare const getFullPhoneNumber: (prefix: string, phoneNumber: string) => string; export declare const getFullMaskPhoneNumber: (callingCode: CallingCode, countryCode: CountryCode) => import("react-native-mask-input").MaskItem[]; //# sourceMappingURL=utils.d.ts.map