import type { MenuOption } from '../Menu';
export declare const defaultOptions: MenuOption[];
export declare const currencyOptions: MenuOption[];
export declare const phoneNumberOptions: MenuOption[];
/**
 * Format phone numbers according to country-specific patterns
 * @param {string} phoneNumber - The phone number to format
 * @param {string} locale - The locale/country code (e.g., 'US', 'GB', 'JP')
 * @returns {string} - Formatted phone number
 */
export declare const formatPhoneNumber: (phoneNumber: string, locale?: string) => string;
//# sourceMappingURL=helper.d.ts.map