import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopJobRunRequest, StopJobRunResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StopJobRunCommandInput extends StopJobRunRequest {} export interface StopJobRunCommandOutput extends StopJobRunResponse, __MetadataBearer {} declare const StopJobRunCommand_base: { new ( input: StopJobRunCommandInput, ): import("@smithy/core/client").CommandImpl< StopJobRunCommandInput, StopJobRunCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopJobRunCommandInput, ): import("@smithy/core/client").CommandImpl< StopJobRunCommandInput, StopJobRunCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopJobRunCommand extends StopJobRunCommand_base { protected static __types: { api: { input: StopJobRunRequest; output: StopJobRunResponse; }; sdk: { input: StopJobRunCommandInput; output: StopJobRunCommandOutput; }; }; }