import { CommandTree as ICommandTree } from '../types/CommandTree'; /** * Command tree of Minecraft Java Edition 1.15.2 commands. */ export declare const CommandTree: ICommandTree;