import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { StopDurableExecutionRequest, StopDurableExecutionResponse } from "../models/models_0";
export { __MetadataBearer };
export interface StopDurableExecutionCommandInput extends StopDurableExecutionRequest {}
export interface StopDurableExecutionCommandOutput
  extends StopDurableExecutionResponse, __MetadataBearer {}
declare const StopDurableExecutionCommand_base: {
  new (
    input: StopDurableExecutionCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    StopDurableExecutionCommandInput,
    StopDurableExecutionCommandOutput,
    import("..").LambdaClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: StopDurableExecutionCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    StopDurableExecutionCommandInput,
    StopDurableExecutionCommandOutput,
    import("..").LambdaClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class StopDurableExecutionCommand extends StopDurableExecutionCommand_base {
  protected static __types: {
    api: {
      input: StopDurableExecutionRequest;
      output: StopDurableExecutionResponse;
    };
    sdk: {
      input: StopDurableExecutionCommandInput;
      output: StopDurableExecutionCommandOutput;
    };
  };
}
