export declare function foreachObject(object: { [key: string]: T; }, callback: (this: U, value: T, key: string, obj: { [key: string]: T; }) => void, context?: U): void;