1import { Source, Observer } from '../wonka_types'; 2 3export const make: <A>(f: (observer: Observer<A>) => (() => void)) => Source<A>;