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