import { Command } from "commander";
/**
 * Execute the balance command
 */
export declare function executeBalanceCommand(): Promise<void>;
/**
 * Register the balance command with the CLI
 *
 * @param program The commander program
 */
export declare function registerBalanceCommand(program: Command): void;
