import { Command } from "commander"; /** * Creates the `skaile tree` command. * * Prints the full transitive dependency tree of the installed assets using * ASCII art (├─ / └─), with each node coloured by asset kind. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/misc#tree */ export declare function makeTreeCommand(): Command; //# sourceMappingURL=tree.d.ts.map