import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopPipelineExecutionRequest, StopPipelineExecutionResponse } from "../models/models_4"; export { __MetadataBearer }; export interface StopPipelineExecutionCommandInput extends StopPipelineExecutionRequest {} export interface StopPipelineExecutionCommandOutput extends StopPipelineExecutionResponse, __MetadataBearer {} declare const StopPipelineExecutionCommand_base: { new ( input: StopPipelineExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopPipelineExecutionCommandInput, ): import("@smithy/core/client").CommandImpl< StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopPipelineExecutionCommand extends StopPipelineExecutionCommand_base { protected static __types: { api: { input: StopPipelineExecutionRequest; output: StopPipelineExecutionResponse; }; sdk: { input: StopPipelineExecutionCommandInput; output: StopPipelineExecutionCommandOutput; }; }; }