import { Command } from "commander";
/**
 * Register all compute-related commands
 */
export declare function registerComputeProgram(program: Command): void;
