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