import type { PhoneInputMask } from '../types'; export declare const stubMask: PhoneInputMask; export declare const russiaMask: PhoneInputMask; export declare const kazakhstanMask: PhoneInputMask; export declare const masks: PhoneInputMask[];