import { InstallExtensionService } from "../services/index.js"; interface IInstallExtension { execute(source: string): Promise; } export declare const InstallExtension: import("@webiny/di").Abstraction; export declare namespace InstallExtension { type Interface = IInstallExtension; type Result = InstallExtensionService.Result; } export {};