export declare function forEach(this: T, fn: (value: T[K], key: K, object: T) => void): void;