import { JsonSchemaRegisterContext, JsonSchemaContribution, JsonSchemaDataStore } from '@theia/core/lib/browser/json-schema-store'; import URI from '@theia/core/lib/common/uri'; import { DebugService } from '../common/debug-service'; import { WorkspaceService } from '@theia/workspace/lib/browser'; export declare class DebugSchemaUpdater implements JsonSchemaContribution { protected readonly uri: URI; protected readonly jsonStorage: JsonSchemaDataStore; protected readonly workspaceService: WorkspaceService; protected readonly debug: DebugService; protected init(): void; registerSchemas(context: JsonSchemaRegisterContext): void; update(): Promise; } //# sourceMappingURL=debug-schema-updater.d.ts.map