/**
  @private
  @param {NodeList} nodelist the nodelist to convert to an array
  @returns {Array} an array
*/
export default function toArray<T extends Node>(nodelist: NodeListOf<T>): T[];
//# sourceMappingURL=-to-array.d.ts.map