import type { BotSubcommand } from "../types.js";
/**
 * Generate tech tree for a faction using the beautiful ASCII tree format
 */
export declare function generateTechTree(factionName: string): string;
export declare const techTreeSubcommand: BotSubcommand;
//# sourceMappingURL=tech-tree.d.ts.map