import { Command } from "commander";
/**
 * Creates and configures the test-connection command
 */
export declare function createTestConnectionCommand(): Command;
