import { Command } from 'commander';
/**
 * Create Get Context CLI command
 */
export declare function createGetContextCommand(): Command;
