import { AgentCLI, AgentCLIInitOptions, CLICommand, CLIOptionsEnhancer } from '@tarko/agent-cli'; import { AgentTARSCLIArguments, AgentTARSAppConfig } from '@agent-tars/interface'; export type { AgentTARSCLIArguments } from '@agent-tars/interface'; /** * Agent TARS CLI - Extends the base CLI with TARS-specific functionality */ export declare class AgentTARSCLI extends AgentCLI { constructor(options: AgentCLIInitOptions); protected configureAgentCommand(command: CLICommand): CLICommand; /** * Create CLI options enhancer for Agent TARS specific options * This method only handles the additional options that Agent TARS introduces */ protected configureCLIOptionsEnhancer(): CLIOptionsEnhancer; /** * Print Agent TARS welcome logo with custom dual ASCII art */ protected printLogo(): void; } //# sourceMappingURL=index.d.ts.map