declare const isPhoneNumber: (string: string) => false | RegExpMatchArray | null; export default isPhoneNumber;