export declare function forEach<T>(nodes?: T[], callback?: (node: T, nodes?: T[]) => void, childrenKey?: string): void;
