/** * Show Issue Command */ export declare function showIssueCommand(issueKey: string, options: { json?: boolean; verbose?: boolean; }): Promise; //# sourceMappingURL=show-issue.d.ts.map