import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * @tsplus static effect/core/io/Random.Ops shuffle * @tsplus location "@effect/core/io/Random/operations/shuffle" */ export declare function shuffle(collection: Collection): Effect>; //# sourceMappingURL=shuffle.d.ts.map