import { DurationUnit } from "../types"; declare type TranslationFunction = Record string>; interface LangOptions { decimal: string; } declare type LangConfig = TranslationFunction & LangOptions; export { LangConfig };