declare const ObjectFromEntries: { (entries: Iterable): { [k: string]: T; }; (entries: Iterable): any; }; export = ObjectFromEntries;