/** * CLI Command: assign-to-cursor * * Quick command to assign ticket to cursor.automation */ import { Command } from "commander"; export declare const assignToCursorCommand: Command; //# sourceMappingURL=assign-to-cursor.d.ts.map