import Lisan from './Lisan'; declare const lisan: Lisan; declare const t: (dictionaryEntryKey: string, placeholders?: import("lisan-types/dictionary").Placeholders | undefined) => string; declare const c: (conditionalGroupKey: string, value: any, placeholders?: import("lisan-types/dictionary").Placeholders | undefined) => string; export { lisan, t, c, Lisan };