/**
 * Formats a Tunisian phone number
 * @param phoneNumber - The phone number to format
 * @returns formatted phone number with country code and proper spacing
 */
export declare const formatPhoneNumber: (phoneNumber: string) => string;
