import { ElementList } from "./def";
import type { FastjsDom, FastjsDomAPI } from "./dom-types";
export declare function createMethods<ElementType extends ElementList>(dom: FastjsDom<ElementType>): FastjsDomAPI<ElementType>;
