import { type IAppModel } from "../../abstractions/models/IAppModel.js"; export interface IPulumiExportService { execute = Record>(app: IAppModel): Promise; } export declare const PulumiExportService: import("@webiny/di").Abstraction; export declare namespace PulumiExportService { type Interface = IPulumiExportService; } /** @deprecated Use PulumiExportService instead */ export declare const PulumiGetStackExportService: import("@webiny/di").Abstraction; export declare namespace PulumiGetStackExportService { type Interface = IPulumiExportService; }