import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeWorkflowExecutionCommandInput extends DescribeWorkflowExecutionInput {} export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutionDetail, __MetadataBearer {} declare const DescribeWorkflowExecutionCommand_base: { new ( input: DescribeWorkflowExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeWorkflowExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base { protected static __types: { api: { input: DescribeWorkflowExecutionInput; output: WorkflowExecutionDetail; }; sdk: { input: DescribeWorkflowExecutionCommandInput; output: DescribeWorkflowExecutionCommandOutput; }; }; }