import { el, assign, on } from "../index.d"; export function register(dom: typeof document): Promise<{ el: typeof el, assign: typeof assign, on: typeof on }>