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