import { type IAppModel } from "../../abstractions/models/IAppModel.js"; export interface IPulumiImportService { execute(app: IAppModel, state: Record): Promise; } export declare const PulumiImportService: import("@webiny/di").Abstraction; export declare namespace PulumiImportService { type Interface = IPulumiImportService; }