export declare const getBrowserNodeTagView: (browserNode: HTMLElement) => { open: string; close: string; }; export declare const typingFlowDOMParser: DOMParser; export declare const isTagString: (str: string) => boolean;