import type { Effect } from "./effect.js"; /** * A more powerful variation of `timed` that allows specifying the clock. */ export declare function timedWith_(self: Effect, msTime: Effect, __trace?: string): Effect>; /** * A more powerful variation of `timed` that allows specifying the clock. * * @ets_data_first timedWith_ */ export declare function timedWith(msTime: Effect, __trace?: string): (self: Effect) => Effect>; /** * Returns a new effect that executes this one and times the execution. */ export declare function timed(self: Effect, __trace?: string): Effect, E, import("../Collections/Immutable/Tuple/index.js").Tuple<[number, A]>>; //# sourceMappingURL=timed.d.ts.map