export declare function forEach<T extends object>(target: T, iter: (key: string | number | symbol, value: any, source: T) => void): void;
