/**
 * Auth subcommand application - Typer-inspired structure
 *
 * This module creates a Typer-style subcommand app for authentication
 * with clean separation of concerns and type safety.
 */
import { Command } from "@commander-js/extra-typings";
/**
 * Create the auth subcommand application
 * This follows Typer's pattern of creating modular command apps
 */
export declare function createAuthApp(): Command;
//# sourceMappingURL=auth-app.d.ts.map