declare function getMode(): Promise<"backtest" | "live">; Copy
declare function getMode(): Promise<"backtest" | "live">;
Gets the current execution mode.