/**
 * Select a proper translation string based on the given number.
 */
export declare function choose(message: string, number: number, lang: string): string;
