/** * Skip the first numberToSkip values */ export declare function skip(numberToSkip: number): (source: AsyncIterable) => AsyncGenerator;