/**
 * Config subcommand application - Typer-inspired structure
 *
 * This module creates a Typer-style subcommand app for configuration
 * management with extensible structure for future features.
 */
import { Command } from "@commander-js/extra-typings";
/**
 * Create the config subcommand application
 * This follows Typer's pattern of creating modular command apps
 */
export declare function createConfigApp(): Command;
//# sourceMappingURL=config-app.d.ts.map