import { Source, Operator } from '../wonka_types'; export const switchMap: (f: (value: A) => Source) => Operator;