import { Pulumi } from "@webiny/pulumi-sdk"; import { GetProjectService, GetPulumiService, ProjectSdkParamsService } from "../../abstractions/index.js"; export declare class DefaultGetPulumiService implements GetPulumiService.Interface { private readonly getProjectService; private readonly projectSdkParamsService; constructor(getProjectService: GetProjectService.Interface, projectSdkParamsService: ProjectSdkParamsService.Interface); execute(params?: GetPulumiService.Params): Promise; } export declare const getPulumiService: import("@webiny/di").Implementation;