export declare const fromEntries: (entries: Iterable<[Key, Value]>) => { [key in Key]: Value; };