import { Source } from '../wonka_types'; export const combine: (a: Source) => (b: Source) => Source<[A, B]>;