import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ImagebuilderClient"; import { GetWorkflowExecutionRequest, GetWorkflowExecutionResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetWorkflowExecutionCommandInput extends GetWorkflowExecutionRequest {} export interface GetWorkflowExecutionCommandOutput extends GetWorkflowExecutionResponse, __MetadataBearer {} declare const GetWorkflowExecutionCommand_base: { new ( input: GetWorkflowExecutionCommandInput ): import("@smithy/core/client").CommandImpl< GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetWorkflowExecutionCommandInput ): import("@smithy/core/client").CommandImpl< GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetWorkflowExecutionCommand extends GetWorkflowExecutionCommand_base { protected static __types: { api: { input: GetWorkflowExecutionRequest; output: GetWorkflowExecutionResponse; }; sdk: { input: GetWorkflowExecutionCommandInput; output: GetWorkflowExecutionCommandOutput; }; }; }