import * as pb from "../proto/orchestrator_service_pb"; export declare class OrchestrationExecuteResult { actions: pb.OrchestratorAction[]; customStatus: string; constructor(actions: pb.OrchestratorAction[], customStatus: string); }