import * as P from "../../../../Promise/index.js"; import * as C from "../core.js"; /** * Halts the evaluation of this stream when the provided promise resolves. * * If the promise completes with a failure, the stream will emit that failure. */ export declare function haltWhenP_(self: C.Stream, p: P.Promise): C.Stream; /** * Halts the evaluation of this stream when the provided promise resolves. * * If the promise completes with a failure, the stream will emit that failure. * * @ets_data_first haltWhenP_ */ export declare function haltWhenP(p: P.Promise): (self: C.Stream) => C.Stream; //# sourceMappingURL=haltWhenP.d.ts.map