/** * Status Command Handler * Displays comprehensive system status, configuration, and AI provider information */ /** * Main status command handler */ export declare function handleStatusCommand(): Promise; /** * Export type for command options (if needed in the future) */ export interface StatusCommandOptions { quiet?: boolean; verbose?: boolean; } //# sourceMappingURL=status.d.ts.map