import { Source } from '../wonka_types'; export const fromDomEvent: (element: HTMLElement, event: string) => Source;