/** * Limit the amount of chunks in a pipe. * @param {number} offset */ export default function _default(offset: number): (stream: AsyncIterable) => AsyncGenerator;