import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { CreateEvaluationFormResponse } from "../models/models_0"; import { CreateEvaluationFormRequest } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface CreateEvaluationFormCommandInput extends CreateEvaluationFormRequest {} export interface CreateEvaluationFormCommandOutput extends CreateEvaluationFormResponse, __MetadataBearer {} declare const CreateEvaluationFormCommand_base: { new ( input: CreateEvaluationFormCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateEvaluationFormCommandInput, CreateEvaluationFormCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateEvaluationFormCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateEvaluationFormCommandInput, CreateEvaluationFormCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateEvaluationFormCommand extends CreateEvaluationFormCommand_base { protected static __types: { api: { input: CreateEvaluationFormRequest; output: CreateEvaluationFormResponse; }; sdk: { input: CreateEvaluationFormCommandInput; output: CreateEvaluationFormCommandOutput; }; }; }