import AwaitedPath from '../base/AwaitedPath'; import { IAbstractRange, IAttr, IAudioTrack, IAudioTrackList, IBlob, ICSSRule, ICSSRuleList, ICSSStyleDeclaration, ICSSStyleSheet, ICaretPosition, ICharacterData, IDOMImplementation, IDOMParser, IDOMRect, IDOMRectList, IDOMRectReadOnly, IDOMTokenList, IDocument, IDocumentFragment, IDocumentType, IElement, IFeaturePolicy, IFile, IFileList, IHTMLAnchorElement, IHTMLAreaElement, IHTMLAudioElement, IHTMLBRElement, IHTMLBaseElement, IHTMLBodyElement, IHTMLButtonElement, IHTMLCanvasElement, IHTMLCollection, IHTMLCollectionBase, IHTMLDListElement, IHTMLDataElement, IHTMLDataListElement, IHTMLDetailsElement, IHTMLDialogElement, IHTMLDirectoryElement, IHTMLDivElement, IHTMLDocument, IHTMLElement, IHTMLEmbedElement, IHTMLFieldSetElement, IHTMLFontElement, IHTMLFormControlsCollection, IHTMLFormElement, IHTMLFrameElement, IHTMLFrameSetElement, IHTMLHRElement, IHTMLHeadElement, IHTMLHeadingElement, IHTMLHtmlElement, IHTMLIFrameElement, IHTMLImageElement, IHTMLInputElement, IHTMLLIElement, IHTMLLabelElement, IHTMLLegendElement, IHTMLLinkElement, IHTMLMapElement, IHTMLMediaElement, IHTMLMetaElement, IHTMLMeterElement, IHTMLModElement, IHTMLOListElement, IHTMLObjectElement, IHTMLOptGroupElement, IHTMLOptionElement, IHTMLOptionsCollection, IHTMLParagraphElement, IHTMLParamElement, IHTMLPreElement, IHTMLProgressElement, IHTMLQuoteElement, IHTMLScriptElement, IHTMLSelectElement, IHTMLSlotElement, IHTMLSourceElement, IHTMLSpanElement, IHTMLStyleElement, IHTMLTableCaptionElement, IHTMLTableCellElement, IHTMLTableColElement, IHTMLTableElement, IHTMLTableRowElement, IHTMLTableSectionElement, IHTMLTemplateElement, IHTMLTextAreaElement, IHTMLTimeElement, IHTMLTitleElement, IHTMLTrackElement, IHTMLUListElement, IHTMLVideoElement, IHeaders, IImageBitmap, ILocation, IMediaError, IMediaKeys, IMediaList, IMediaStream, INamedNodeMap, INode, INodeList, IOffscreenCanvas, IRadioNodeList, IRange, IRequest, IResponse, ISelection, IShadowRoot, IStorage, IStyleSheet, IText, ITextTrack, ITextTrackCue, ITextTrackCueList, ITextTrackList, ITimeRanges, IValidityState, IVideoPlaybackQuality, IVideoTrack, IVideoTrackList, IXMLSerializer, IXPathEvaluator, IXPathExpression, IXPathResult } from '../base/interfaces/official'; import { ISuperDocument, ISuperElement, ISuperNode, ISuperNodeList, ISuperHTMLCollection, ISuperText, ISuperHTMLElement, ISuperStyleSheet } from '../base/interfaces/super'; export declare const setState: (instance: any, properties: Partial) => void; export declare function createAbstractRange(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IAbstractRange; export declare function createAttr(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IAttr; export declare function createAudioTrack(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IAudioTrack; export declare function createAudioTrackList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IAudioTrackList; export declare function createBlob(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IBlob; export declare function createCSSRule(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ICSSRule; export declare function createCSSRuleList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ICSSRuleList; export declare function createCSSStyleDeclaration(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ICSSStyleDeclaration; export declare function createCSSStyleSheet(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ICSSStyleSheet; export declare function createCaretPosition(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ICaretPosition; export declare function createCharacterData(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ICharacterData; export declare function createDOMImplementation(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IDOMImplementation; export declare function createDOMParser(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IDOMParser; export declare function createDOMRect(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IDOMRect; export declare function createDOMRectList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IDOMRectList; export declare function createDOMRectReadOnly(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IDOMRectReadOnly; export declare function createDOMTokenList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IDOMTokenList; export declare function createDocument(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IDocument; export declare function createDocumentFragment(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IDocumentFragment; export declare function createDocumentType(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IDocumentType; export declare function createElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IElement; export declare function createFeaturePolicy(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IFeaturePolicy; export declare function createFile(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IFile; export declare function createFileList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IFileList; export declare function createHTMLAnchorElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLAnchorElement; export declare function createHTMLAreaElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLAreaElement; export declare function createHTMLAudioElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLAudioElement; export declare function createHTMLBRElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLBRElement; export declare function createHTMLBaseElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLBaseElement; export declare function createHTMLBodyElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLBodyElement; export declare function createHTMLButtonElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLButtonElement; export declare function createHTMLCanvasElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLCanvasElement; export declare function createHTMLCollection(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLCollection; export declare function createHTMLCollectionBase(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLCollectionBase; export declare function createHTMLDListElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLDListElement; export declare function createHTMLDataElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLDataElement; export declare function createHTMLDataListElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLDataListElement; export declare function createHTMLDetailsElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLDetailsElement; export declare function createHTMLDialogElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLDialogElement; export declare function createHTMLDirectoryElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLDirectoryElement; export declare function createHTMLDivElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLDivElement; export declare function createHTMLDocument(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLDocument; export declare function createHTMLElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLElement; export declare function createHTMLEmbedElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLEmbedElement; export declare function createHTMLFieldSetElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLFieldSetElement; export declare function createHTMLFontElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLFontElement; export declare function createHTMLFormControlsCollection(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLFormControlsCollection; export declare function createHTMLFormElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLFormElement; export declare function createHTMLFrameElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLFrameElement; export declare function createHTMLFrameSetElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLFrameSetElement; export declare function createHTMLHRElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLHRElement; export declare function createHTMLHeadElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLHeadElement; export declare function createHTMLHeadingElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLHeadingElement; export declare function createHTMLHtmlElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLHtmlElement; export declare function createHTMLIFrameElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLIFrameElement; export declare function createHTMLImageElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLImageElement; export declare function createHTMLInputElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLInputElement; export declare function createHTMLLIElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLLIElement; export declare function createHTMLLabelElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLLabelElement; export declare function createHTMLLegendElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLLegendElement; export declare function createHTMLLinkElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLLinkElement; export declare function createHTMLMapElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLMapElement; export declare function createHTMLMediaElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLMediaElement; export declare function createHTMLMetaElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLMetaElement; export declare function createHTMLMeterElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLMeterElement; export declare function createHTMLModElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLModElement; export declare function createHTMLOListElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLOListElement; export declare function createHTMLObjectElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLObjectElement; export declare function createHTMLOptGroupElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLOptGroupElement; export declare function createHTMLOptionElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLOptionElement; export declare function createHTMLOptionsCollection(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLOptionsCollection; export declare function createHTMLParagraphElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLParagraphElement; export declare function createHTMLParamElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLParamElement; export declare function createHTMLPreElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLPreElement; export declare function createHTMLProgressElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLProgressElement; export declare function createHTMLQuoteElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLQuoteElement; export declare function createHTMLScriptElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLScriptElement; export declare function createHTMLSelectElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLSelectElement; export declare function createHTMLSlotElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLSlotElement; export declare function createHTMLSourceElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLSourceElement; export declare function createHTMLSpanElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLSpanElement; export declare function createHTMLStyleElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLStyleElement; export declare function createHTMLTableCaptionElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTableCaptionElement; export declare function createHTMLTableCellElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTableCellElement; export declare function createHTMLTableColElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTableColElement; export declare function createHTMLTableElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTableElement; export declare function createHTMLTableRowElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTableRowElement; export declare function createHTMLTableSectionElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTableSectionElement; export declare function createHTMLTemplateElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTemplateElement; export declare function createHTMLTextAreaElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTextAreaElement; export declare function createHTMLTimeElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTimeElement; export declare function createHTMLTitleElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTitleElement; export declare function createHTMLTrackElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLTrackElement; export declare function createHTMLUListElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLUListElement; export declare function createHTMLVideoElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHTMLVideoElement; export declare function createHeaders(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IHeaders; export declare function createImageBitmap(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IImageBitmap; export declare function createLocation(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ILocation; export declare function createMediaError(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IMediaError; export declare function createMediaKeys(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IMediaKeys; export declare function createMediaList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IMediaList; export declare function createMediaStream(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IMediaStream; export declare function createNamedNodeMap(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): INamedNodeMap; export declare function createNode(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): INode; export declare function createNodeList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): INodeList; export declare function createOffscreenCanvas(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IOffscreenCanvas; export declare function createRadioNodeList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IRadioNodeList; export declare function createRange(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IRange; export declare function createRequest(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IRequest; export declare function createResponse(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IResponse; export declare function createSelection(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ISelection; export declare function createShadowRoot(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IShadowRoot; export declare function createStorage(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IStorage; export declare function createStyleSheet(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IStyleSheet; export declare function createText(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IText; export declare function createTextTrack(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ITextTrack; export declare function createTextTrackCue(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ITextTrackCue; export declare function createTextTrackCueList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ITextTrackCueList; export declare function createTextTrackList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ITextTrackList; export declare function createTimeRanges(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ITimeRanges; export declare function createValidityState(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IValidityState; export declare function createVideoPlaybackQuality(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IVideoPlaybackQuality; export declare function createVideoTrack(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IVideoTrack; export declare function createVideoTrackList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IVideoTrackList; export declare function createXMLSerializer(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IXMLSerializer; export declare function createXPathEvaluator(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IXPathEvaluator; export declare function createXPathExpression(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IXPathExpression; export declare function createXPathResult(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): IXPathResult; export declare function createSuperDocument(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ISuperDocument; export declare function createSuperElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ISuperElement; export declare function createSuperNode(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ISuperNode; export declare function createSuperNodeList(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ISuperNodeList; export declare function createSuperHTMLCollection(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ISuperHTMLCollection; export declare function createSuperText(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ISuperText; export declare function createSuperHTMLElement(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ISuperHTMLElement; export declare function createSuperStyleSheet(awaitedPath: AwaitedPath, awaitedOptions: IAwaitedOptions): ISuperStyleSheet;