import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopEvaluationJobRequest, StopEvaluationJobResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StopEvaluationJobCommandInput extends StopEvaluationJobRequest {} export interface StopEvaluationJobCommandOutput extends StopEvaluationJobResponse, __MetadataBearer {} declare const StopEvaluationJobCommand_base: { new ( input: StopEvaluationJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopEvaluationJobCommandInput, StopEvaluationJobCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopEvaluationJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopEvaluationJobCommandInput, StopEvaluationJobCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopEvaluationJobCommand extends StopEvaluationJobCommand_base { protected static __types: { api: { input: StopEvaluationJobRequest; output: {}; }; sdk: { input: StopEvaluationJobCommandInput; output: StopEvaluationJobCommandOutput; }; }; }