export declare function forEachObjectEntry>(obj: Obj, fn: (value: T, key: keyof Obj) => void): void;