export type PlainObject = {
    [k: PropertyKey]: any;
};
interface FromEntries {
    (input: Iterable<readonly [PropertyKey, any]>): PlainObject;
}
export declare const fromEntries: FromEntries;
export {};
//# sourceMappingURL=index.d.ts.map