import { Effect } from "@effect/core/io/Effect/definition"; import { Duration } from "@tsplus/stdlib/data/Duration"; /** * A more powerful variation of `timed` that allows specifying the clock. * @tsplus static effect/core/io/Effect.Aspects timedWith * @tsplus pipeable effect/core/io/Effect timedWith * @tsplus location "@effect/core/io/Effect/operations/timedWith" */ export declare function timedWith(milliseconds: Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=timedWith.d.ts.map