research-cli
Version:
AI-powered research assistant with web search capabilities and beautiful terminal UI
13 lines • 452 B
TypeScript
/**
* 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