/**
 * Define a regex to validate US phone numbers
 */
export declare const usaPhoneRegex: RegExp;
