import type { JiraClient } from "@/server/jira/jiraClient"; /** * Get authenticated JiraClient for CLI commands * Automatically handles OAuth vs PAT fallback logic * * @param options.verbose - Show verbose debug output * @param options.jiraBaseUrl - Optional Jira base URL to use specific OAuth credentials */ export declare function getCliJiraClient(options?: { verbose?: boolean; jiraBaseUrl?: string; }): Promise; //# sourceMappingURL=get-cli-client.d.ts.map