export default function each<T extends Node>(nodes: NodeListOf<T>, fn: (x: T, i: number, nodes: NodeListOf<T>) => boolean | void): void;
