import type { Command } from 'commander'; import { type MarketCommandOptions } from './command.js'; export declare function createMarketCli(options?: MarketCommandOptions): Command; //# sourceMappingURL=standalone.d.ts.map