import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { UpdateEvaluationFormRequest, UpdateEvaluationFormResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface UpdateEvaluationFormCommandInput extends UpdateEvaluationFormRequest {} export interface UpdateEvaluationFormCommandOutput extends UpdateEvaluationFormResponse, __MetadataBearer {} declare const UpdateEvaluationFormCommand_base: { new ( input: UpdateEvaluationFormCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateEvaluationFormCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateEvaluationFormCommand extends UpdateEvaluationFormCommand_base { protected static __types: { api: { input: UpdateEvaluationFormRequest; output: UpdateEvaluationFormResponse; }; sdk: { input: UpdateEvaluationFormCommandInput; output: UpdateEvaluationFormCommandOutput; }; }; }