import type { Command } from 'commander';
/**
 * Creates the CLI command for validating a context.
 */
export declare function validateContextCommand(program: Command): void;
