export declare const translationObjectLabel: (lng: any, name: any, def: any) => any; export declare const translationObject: (lng: string, objectName: string, object: StringMap, convert?: boolean, ignoreBase?: boolean) => any; export declare const translationObjects: (lng: string, objects: StringMap) => void; export declare const getObjectTranslationTemplate: (lng: string, objectName: string, _object: StringMap) => {}; export declare const addObjectsTranslation: (i18nArray: any) => void;