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