export default function forEach(obj: Record<string, any>, cb: (val: any, key: any) => void): void;
