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