/**
 * The merchant number regExp authorized for numbers by y-note.
 */
export declare const merchantPhoneNumberRegex: RegExp;
/**
 * The orange money phone number regex for orange money numbers without the country code.
 */
export declare const orangeMoneyPhoneNumberWithoutCountryCodeRegex: RegExp;
//# sourceMappingURL=regex.d.ts.map