import { Invalid } from '../util/error'; export declare class UtilService { compareLangObjects(path: string, rootLevel: any, langLevel: any): Invalid[]; createEntry(keyPath: string, value: string): any; }