// @flow import type { Stream } from '@most/types' export type Adapter = [A => void, Stream] declare export function createAdapter (): Adapter