import { Command } from "commander"; export declare function registerBacktestCommands(program: Command, isJson: () => boolean): void;