/** * Only emit when the current value is different than the last. */ export declare function distinctUntilChanged(): (source: AsyncIterable) => AsyncGenerator;