export declare const fromEntries: (entries: Array<[string, any]>) => { [key: string]: any; };