export declare function fromEntries<T = any>(entries: Array<[string, any]>): T;
export declare function mapValues<T extends object, ResultT>(o: T, callback: (value: T[keyof T]) => ResultT[keyof ResultT]): ResultT;
//# sourceMappingURL=lang.d.ts.map