declare class NodeList { private readonly n; constructor(); last(): Value | undefined; has(): boolean; flush(): Value | undefined; push(value: Value): void; ref(): Value[]; } export { NodeList }; export default NodeList; //# sourceMappingURL=NodeList.d.ts.map