import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopAIBenchmarkJobRequest, StopAIBenchmarkJobResponse } from "../models/models_4"; export { __MetadataBearer }; export interface StopAIBenchmarkJobCommandInput extends StopAIBenchmarkJobRequest {} export interface StopAIBenchmarkJobCommandOutput extends StopAIBenchmarkJobResponse, __MetadataBearer {} declare const StopAIBenchmarkJobCommand_base: { new ( input: StopAIBenchmarkJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopAIBenchmarkJobCommandInput, StopAIBenchmarkJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopAIBenchmarkJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopAIBenchmarkJobCommandInput, StopAIBenchmarkJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopAIBenchmarkJobCommand extends StopAIBenchmarkJobCommand_base { protected static __types: { api: { input: StopAIBenchmarkJobRequest; output: StopAIBenchmarkJobResponse; }; sdk: { input: StopAIBenchmarkJobCommandInput; output: StopAIBenchmarkJobCommandOutput; }; }; }