import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { Run, StartWorkflowExecutionInput } from "../models/models_0"; export { __MetadataBearer }; export interface StartWorkflowExecutionCommandInput extends StartWorkflowExecutionInput {} export interface StartWorkflowExecutionCommandOutput extends Run, __MetadataBearer {} declare const StartWorkflowExecutionCommand_base: { new ( input: StartWorkflowExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartWorkflowExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base { protected static __types: { api: { input: StartWorkflowExecutionInput; output: Run; }; sdk: { input: StartWorkflowExecutionCommandInput; output: StartWorkflowExecutionCommandOutput; }; }; }