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