import { PluginDeployerFileHandler, PluginDeployerEntry, PluginDeployerFileHandlerContext } from '@theia/plugin-ext'; import { PluginVSCodeEnvironment } from '../common/plugin-vscode-environment'; import { ILogger } from '@theia/core'; export declare const isVSCodePluginFile: (pluginPath?: string) => boolean; export declare class PluginVsCodeFileHandler implements PluginDeployerFileHandler { protected readonly environment: PluginVSCodeEnvironment; protected readonly logger: ILogger; accept(resolvedPlugin: PluginDeployerEntry): Promise; handle(context: PluginDeployerFileHandlerContext): Promise; protected getNormalizedExtensionId(pluginId: string): string; } //# sourceMappingURL=plugin-vscode-file-handler.d.ts.map