import * as CL from "../../../Clock/index.js"; import type * as Tp from "../../../Collections/Immutable/Tuple/index.js"; import type * as C from "./core.js"; /** * Returns the sink that executes this one and times its execution. */ export declare function timed(self: C.Sink): C.Sink>; //# sourceMappingURL=timed.d.ts.map