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