import { Stream } from "@effect/core/stream/Stream/definition"; /** * Returns a new stream that only emits elements that are not equal to the * previous element emitted, using strict equality to determine whether two * elements are equal. * @tsplus getter effect/core/stream/Stream changes * @tsplus location "@effect/core/stream/Stream/operations/changes" */ export declare function changes(self: Stream): Stream; //# sourceMappingURL=changes.d.ts.map