import { pipe } from "./pipe.js"; /** * @tsplus operator ets/NESet >= * @tsplus fluent ets/NESet apply * @tsplus fluent ets/NESet __call * @tsplus macro pipe * @tsplus location "@effect-ts-app/core/_ext/Misc" */ export declare const pipeNESet: typeof pipe; /** * @tsplus operator ets/Set >= * @tsplus fluent ets/Set apply * @tsplus fluent ets/Set __call * @tsplus macro pipe * @tsplus location "@effect-ts-app/core/_ext/Misc" */ export declare const pipeSet: typeof pipe; /** * @tsplus operator Array >= * @tsplus fluent Array apply * @tsplus fluent Array __call * @tsplus operator ReadonlyArray >= * @tsplus fluent ReadonlyArray apply * @tsplus fluent ReadonlyArray __call * @tsplus macro pipe * @tsplus location "@effect-ts-app/core/_ext/Misc" */ export declare const pipeArray: typeof pipe; /** * @tsplus operator fp-ts/data/Chunk >= * @tsplus fluent fp-ts/data/Chunk apply * @tsplus fluent fp-ts/data/Chunk __call * @tsplus macro pipe * @tsplus location "@effect-ts-app/core/_ext/Misc" */ export declare const pipeChunk: typeof pipe; /** * @tsplus operator effect/io/Effect >= * @tsplus fluent effect/io/Effect apply * @tsplus fluent effect/io/Effect __call * @tsplus macro pipe * @tsplus location "@effect-ts-app/core/_ext/Misc" */ export declare const pipeEffect: typeof pipe; /** * @tsplus static ets/Set __call * @tsplus location "@effect-ts-app/core/_ext/Misc" */ export declare const setSucceed: typeof import("@effect-ts/core/Collections/Immutable/Set").fromArray; //# sourceMappingURL=Misc.d.ts.map