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