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