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