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