import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopAIRecommendationJobRequest, StopAIRecommendationJobResponse, } from "../models/models_4"; export { __MetadataBearer }; export interface StopAIRecommendationJobCommandInput extends StopAIRecommendationJobRequest {} export interface StopAIRecommendationJobCommandOutput extends StopAIRecommendationJobResponse, __MetadataBearer {} declare const StopAIRecommendationJobCommand_base: { new ( input: StopAIRecommendationJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopAIRecommendationJobCommandInput, StopAIRecommendationJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopAIRecommendationJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopAIRecommendationJobCommandInput, StopAIRecommendationJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopAIRecommendationJobCommand extends StopAIRecommendationJobCommand_base { protected static __types: { api: { input: StopAIRecommendationJobRequest; output: StopAIRecommendationJobResponse; }; sdk: { input: StopAIRecommendationJobCommandInput; output: StopAIRecommendationJobCommandOutput; }; }; }