import { BuildAppWorkspaceService, GetApp, ExportStack, PulumiExportService } from "../../abstractions/index.js"; export declare class DefaultExportStack implements ExportStack.Interface { private getApp; private buildAppWorkspaceService; private pulumiExportService; constructor(getApp: GetApp.Interface, buildAppWorkspaceService: BuildAppWorkspaceService.Interface, pulumiExportService: PulumiExportService.Interface); execute = Record>(params: ExportStack.Params): Promise; } export declare const exportStack: import("@webiny/di").Implementation;