import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { DeactivateEvaluationFormRequest, DeactivateEvaluationFormResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeactivateEvaluationFormCommandInput extends DeactivateEvaluationFormRequest {} export interface DeactivateEvaluationFormCommandOutput extends DeactivateEvaluationFormResponse, __MetadataBearer {} declare const DeactivateEvaluationFormCommand_base: { new ( input: DeactivateEvaluationFormCommandInput ): import("@smithy/smithy-client").CommandImpl< DeactivateEvaluationFormCommandInput, DeactivateEvaluationFormCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeactivateEvaluationFormCommandInput ): import("@smithy/smithy-client").CommandImpl< DeactivateEvaluationFormCommandInput, DeactivateEvaluationFormCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeactivateEvaluationFormCommand extends DeactivateEvaluationFormCommand_base { protected static __types: { api: { input: DeactivateEvaluationFormRequest; output: DeactivateEvaluationFormResponse; }; sdk: { input: DeactivateEvaluationFormCommandInput; output: DeactivateEvaluationFormCommandOutput; }; }; }