export default function map<T extends Node, U>(nodes: NodeListOf<T>, fn: (x: T, i: number, nodes: NodeListOf<T>) => U): U[];
