import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopPipelineRequest, StopPipelineResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StopPipelineCommandInput extends StopPipelineRequest {} export interface StopPipelineCommandOutput extends StopPipelineResponse, __MetadataBearer {} declare const StopPipelineCommand_base: { new ( input: StopPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< StopPipelineCommandInput, StopPipelineCommandOutput, import("..").OSISClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< StopPipelineCommandInput, StopPipelineCommandOutput, import("..").OSISClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopPipelineCommand extends StopPipelineCommand_base { protected static __types: { api: { input: StopPipelineRequest; output: StopPipelineResponse; }; sdk: { input: StopPipelineCommandInput; output: StopPipelineCommandOutput; }; }; }