import { Command } from "commander"; import type { ExchangeAdapter } from "../exchanges/index.js"; export declare function registerStrategyPlanCommands(parent: Command, getAdapter: () => Promise, isJson: () => boolean): void;