import { ClientAppContribution } from '@opensumi/ide-core-browser'; import { LLMContextService } from '../../common/llm-context'; export declare class LlmContextContribution implements ClientAppContribution { protected readonly llmContextService: LLMContextService; initialize(): void; } //# sourceMappingURL=llm-context.contribution.d.ts.map