/** Same as Object.fromEntries() but with type inference */ export declare function objectFromEntries(arr: T): Record;