import type { ElementList } from "./def";
import type { FastjsDom } from "./dom-types";
import type { FastjsDomList } from "./dom-list-types";
export declare function createFastjsDomList(list: Array<FastjsDom | FastjsDomList | Element | ElementList | null | undefined>): FastjsDomList;
export declare function setupAtom(list: FastjsDom[]): FastjsDomList;
