// @flow import type {Stream} from "@basic-streams/stream" declare export default function ap( streamF: Stream<(T) => U>, streamV: Stream, ): Stream