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