import { Pipe } from "../pipe.js";
export declare function distinct(keyselector?: (element: any) => any): Pipe;
