export declare function withCancel(asyncIteratorLike: { [Symbol.asyncIterator](): AsyncIterator; }, onCancel: () => void): AsyncIterator;