import * as CL from "../../../../Clock/index.js"; import type * as C from "../core.js"; /** * Specialized version of interruptWhen which interrupts the evaluation of this stream * after the given duration. */ export declare function interruptAfter_(self: C.Stream, duration: number): C.Stream; /** * Specialized version of interruptWhen which interrupts the evaluation of this stream * after the given duration. * * @ets_data_first interruptAfter_ */ export declare function interruptAfter(duration: number): (self: C.Stream) => C.Stream; //# sourceMappingURL=interruptAfter.d.ts.map