import * as Array$_ from "./Array.js"; /** * @tsplus type fp-ts/data/Chunk.Aspects */ export interface ChunkAspects { } /** * @tsplus static fp-ts/data/Chunk.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Chunk: ChunkAspects; /** * @tsplus type fp-ts/data/HashMap.Aspects */ export interface HashMapAspects { } /** * @tsplus static fp-ts/data/HashMap.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const HashMap: HashMapAspects; /** * @tsplus type fp-ts/data/HashSet.Aspects */ export interface HashSetAspects { } /** * @tsplus static fp-ts/data/HashSet.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const HashSet: HashSetAspects; /** * @tsplus type fp-ts/data/MutableHashMap.Aspects */ export interface MutableHashMapAspects { } /** * @tsplus static fp-ts/data/MutableHashMap.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const MutableHashMap: MutableHashMapAspects; /** * @tsplus type fp-ts/data/MutableHashSet.Aspects */ export interface MutableHashSetAspects { } /** * @tsplus static fp-ts/data/MutableHashSet.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const MutableHashSet: MutableHashSetAspects; /** * @tsplus type fp-ts/data/Either.Aspects */ export interface EitherAspects { } /** * @tsplus static fp-ts/data/Either.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Either: EitherAspects; /** * @tsplus type fp-ts/data/Option.Aspects */ export interface OptionAspects { } /** * @tsplus static fp-ts/data/Option.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Option: OptionAspects; /** * @tsplus type effect/io/Config.Aspects */ export interface ConfigAspects { } /** * @tsplus static effect/io/Config.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Config: ConfigAspects; /** * @tsplus type effect/io/Effect.Aspects */ export interface EffectAspects { } /** * @tsplus static effect/io/Effect.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Effect: EffectAspects; /** * @tsplus type effect/io/Layer.Aspects */ export interface LayerAspects { } /** * @tsplus static effect/io/Layer.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Layer: LayerAspects; /** * @tsplus type effect/io/Exit.Aspects */ export interface ExitAspects { } /** * @tsplus static effect/io/Exit.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Exit: ExitAspects; /** * @tsplus type effect/io/Cause.Aspects */ export interface CauseAspects { } /** * @tsplus static effect/io/Cause.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Cause: CauseAspects; /** * @tsplus type effect/stream/Stream.Aspects */ export interface StreamAspects { } /** * @tsplus static effect/stream/Stream.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Stream: StreamAspects; /** * @tsplus type effect/stream/Channel.Aspects */ export interface ChannelAspects { } /** * @tsplus static effect/stream/Channel.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Channel: ChannelAspects; /** * @tsplus type effect/stream/Sink.Aspects */ export interface SinkAspects { } /** * @tsplus static effect/stream/Sink.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Sink: SinkAspects; /** * @tsplus type effect/stream/SubscriptionRef.Aspects */ export interface SubscriptionRefAspects { } /** * @tsplus static effect/stream/SubscriptionRef.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const SubscriptionRef: SubscriptionRefAspects; /** * @tsplus static ReadonlyArray.Ops $ * @tsplus static Array.Ops $ * @tsplus location "@effect-ts-app/core/Aspects" */ export declare const Array$: typeof Array$_; //# sourceMappingURL=Aspects.d.ts.map