import { WebElement } from "selenium-webdriver"; import { ViewContent } from "../../ViewContent"; import { GenericCustomTreeSection } from "../custom/CustomTreeSection"; import { VariableSectionItem } from "./VariableSectionItem"; export declare class DebugVariableSection extends GenericCustomTreeSection { constructor(panel: WebElement, viewContent: ViewContent); }