import type { Command } from "./Core";
export declare const debugTree: (commands: Command[], indent?: number) => string;
