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