import { PluginVSCodeEnvironment } from '../common/plugin-vscode-environment'; import { PluginDeployerParticipant, PluginDeployerStartContext } from '@theia/plugin-ext/lib/common/plugin-protocol'; import { ILogger } from '@theia/core'; export declare class PluginVSCodeDeployerParticipant implements PluginDeployerParticipant { protected readonly environments: PluginVSCodeEnvironment; protected readonly logger: ILogger; onWillStart(context: PluginDeployerStartContext): Promise; } //# sourceMappingURL=plugin-vscode-deployer-participant.d.ts.map