// @flow import type {Stream} from "@basic-streams/stream" declare export default function takeUntil( controller: Stream, stream: Stream, ): Stream