import { Stream } from "@effect/core/stream/Stream/definition"; /** * Provides extension methods for streams that are sorted by distinct keys. * * @tsplus type effect/core/stream/SortedByKey */ export type SortedByKey = Stream; /** * @tsplus type effect/core/stream/SortedByKey,Ops */ export interface SortedByKeyOps { $: SortedByKeyAspects; } export declare const SortedByKey: SortedByKeyOps; /** * @tsplus type effect/core/stream/SortedByKey.Aspects */ export interface SortedByKeyAspects { } //# sourceMappingURL=definition.d.ts.map