import type * as C from "../core.js"; /** * Returns a new stream that only emits elements that are not equal to the * previous element emitted, using natural equality to determine whether two * elements are equal. */ export declare function changes(self: C.Stream): C.Stream; //# sourceMappingURL=changes.d.ts.map