declare function fromEntries(entries: Iterable): { [k: string]: T }; export = fromEntries;