import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeWorkflowRequest, DescribeWorkflowResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig, } from "../TransferClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeWorkflowCommandInput extends DescribeWorkflowRequest {} export interface DescribeWorkflowCommandOutput extends DescribeWorkflowResponse, __MetadataBearer {} declare const DescribeWorkflowCommand_base: { new ( input: DescribeWorkflowCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeWorkflowCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeWorkflowCommand extends DescribeWorkflowCommand_base { protected static __types: { api: { input: DescribeWorkflowRequest; output: DescribeWorkflowResponse; }; sdk: { input: DescribeWorkflowCommandInput; output: DescribeWorkflowCommandOutput; }; }; }