declare function isPhone(phoneNumber: string, countryCode?: string): boolean;

export { isPhone };
