/** * Generator that does nothing * * @yields {void} * @category Iterables */ export default function nullIterator(): Generator;