import { OperatorFunction } from "rxjs";
export declare function containsItem<T>(fn: (item: T) => boolean): OperatorFunction<T[], boolean>;
