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