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