1import { List, Source } from '../wonka_types'; 2 3export const fromList: <A>(list: List<A>) => Source<A>;