/** * Object.entries polyfill for Node v10 compatibility */ export declare const fromEntries: (entries: [ string, any ][]) => T;