import { Lang } from '../types'; export default function i18n(key: string, lang: Lang, count?: number | string): string;