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