import { Pipe } from "../pipe.js";
export declare function distinctUntilChanged(comparator?: (previous: any, current: any) => boolean): Pipe;
