import { GetProjectService, GetPulumiService, UiService } from "../abstractions/index.js"; export declare class GetPulumiServiceWithDownloadInfo implements GetPulumiService.Interface { private getProjectService; private ui; private decoratee; constructor(getProjectService: GetProjectService.Interface, ui: UiService.Interface, decoratee: GetPulumiService.Interface); execute(params?: GetPulumiService.Params): Promise; } export declare const getPulumiServiceWithDownloadInfo: typeof GetPulumiServiceWithDownloadInfo & { __abstraction: import("@webiny/di").Abstraction; };