import { BackendApplicationContribution } from '@theia/core/lib/node/backend-application'; import { HostedPluginReader as PluginReaderHosted } from '@theia/plugin-ext/lib/hosted/node/plugin-reader'; import { PluginDeployerHandler, PluginMetadata } from '@theia/plugin-ext/lib/common/plugin-protocol'; export declare class HostedPluginReader implements BackendApplicationContribution { protected pluginReader: PluginReaderHosted; private readonly hostedPlugin; protected deployerHandler: PluginDeployerHandler; initialize(): Promise; getPlugin(): Promise; } //# sourceMappingURL=hosted-plugin-reader.d.ts.map