import { TConfig, TData } from "./_.types"; declare const parseI18n: (data: TData, config?: TConfig) => any; export default parseI18n;