/** * CLI Command: go * * Find highest priority ticket assigned to user, extract/create plans/instructions, * create orchestrator README files, and start working on the ticket. */ import { Command } from "commander"; /** * Find highest priority ticket assigned to current user */ export declare function findHighestPriorityTicket(projectKey: string, userEmail: string, options?: { client?: import("../../server/jira/jiraClient").JiraClient; }): Promise; export declare const goCommand: Command; //# sourceMappingURL=go.d.ts.map