import { MonoTypeOperatorAsyncFunction } from '../../interfaces'; export declare function except(second: AsyncIterable, comparer?: (x: TSource, y: TSource) => boolean | Promise): MonoTypeOperatorAsyncFunction;