import TreeLeftAndRight from './treeLeftAndRight'; import StructureClass from '../common/constants/structures'; export default class TreeRight extends TreeLeftAndRight { getChildStructure(): StructureClass; isRight(): boolean; }