UNPKG

cyrus-ai

Version:

AI-powered Linear issue automation using Claude

8 lines 274 B
import { BaseCommand } from "./ICommand.js"; /** * Check tokens command - check the status of all Linear tokens */ export declare class CheckTokensCommand extends BaseCommand { execute(_args: string[]): Promise<void>; } //# sourceMappingURL=CheckTokensCommand.d.ts.map