export declare const sliceAsync: (from?: number, to?: number) => (iterable: AsyncIterable) => AsyncIterable;