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