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