UNPKG

cyrus-ai

Version:

AI-powered Linear issue automation using Claude

8 lines 263 B
import { BaseCommand } from "./ICommand.js"; /** * Start command - main entry point for starting the edge worker */ export declare class StartCommand extends BaseCommand { execute(_args: string[]): Promise<void>; } //# sourceMappingURL=StartCommand.d.ts.map