import type { Command } from 'commander';
/**
 * Create Start Context CLI command
 */
export declare function registerStartContextCommand(program: Command): void;
