export declare const _t: (key: any, options: StringMap) => any; export declare const t: (key: any, parameters: any, locale: string) => any; export declare const addResourceBundle: (lng: string, ns: string, resources: any, deep?: boolean, overwrite?: boolean) => any; export declare const getResourceBundle: (lng: string, ns: string) => any; export declare const getDataByLanguage: (lng: string) => any; export declare const exists: (key: string, options: StringMap) => any; export declare const changeLanguage: (lng: string, options?: any, callback?: Callback) => any; export declare const format: (value: any, format?: string, lng?: string) => any; export declare const getLanguages: () => any; export declare const loadLanguages: (lngs: any, callback: any) => any; export declare const loadNamespaces: (ns: any, callback: any) => any; export declare const on: (event: events, listener: (...args: any[]) => void) => any; export declare const off: (event: string, listener: (...args: any[]) => void) => any; export * from './i18n/i18n'; export * from './i18n/i18n.app'; export * from './translations';