/**
 * Translates a number to Amharic format
 * @param num The number to translate
 * @returns The Amharic representation of the number
 */
export declare const translateNumberToAmharic: (num: number) => string;
