import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { PutExternalEvaluationRequest, PutExternalEvaluationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface PutExternalEvaluationCommandInput extends PutExternalEvaluationRequest {} export interface PutExternalEvaluationCommandOutput extends PutExternalEvaluationResponse, __MetadataBearer {} declare const PutExternalEvaluationCommand_base: { new ( input: PutExternalEvaluationCommandInput ): import("@smithy/smithy-client").CommandImpl< PutExternalEvaluationCommandInput, PutExternalEvaluationCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PutExternalEvaluationCommandInput ): import("@smithy/smithy-client").CommandImpl< PutExternalEvaluationCommandInput, PutExternalEvaluationCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class PutExternalEvaluationCommand extends PutExternalEvaluationCommand_base { protected static __types: { api: { input: PutExternalEvaluationRequest; output: {}; }; sdk: { input: PutExternalEvaluationCommandInput; output: PutExternalEvaluationCommandOutput; }; }; }