export declare type InvalidPhoneNumberErrorReason = 'INVALID_FORMAT' | 'TOO_SHORT' | 'UNKNOWN';
