/**
 * Supported language codes for Unicode digit conversion
 */
export type UnicodeLangKeys = 'en' | 'ar' | 'fa';
/**
 * Converts numbers between different Unicode digit representations
 */
export declare function convertDigits(str: string, toLanguage: UnicodeLangKeys): string;
//# sourceMappingURL=unicode-digits.d.ts.map