import { FrontendApplicationContribution } from '@theia/core/lib/browser'; import { PromptService } from '@theia/ai-core/lib/common'; export declare class AnalyzesGhTicketCommandContribution implements FrontendApplicationContribution { protected readonly promptService: PromptService; onStart(): void; protected registerGitHubTicketCommand(): void; protected buildCommandTemplate(): string; } //# sourceMappingURL=analyze-gh-ticket-command-contribution.d.ts.map