import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { SearchEvaluationFormsResponse } from "../models/models_2"; import { SearchEvaluationFormsRequest } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface SearchEvaluationFormsCommandInput extends SearchEvaluationFormsRequest {} export interface SearchEvaluationFormsCommandOutput extends SearchEvaluationFormsResponse, __MetadataBearer {} declare const SearchEvaluationFormsCommand_base: { new ( input: SearchEvaluationFormsCommandInput ): import("@smithy/smithy-client").CommandImpl< SearchEvaluationFormsCommandInput, SearchEvaluationFormsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: SearchEvaluationFormsCommandInput ): import("@smithy/smithy-client").CommandImpl< SearchEvaluationFormsCommandInput, SearchEvaluationFormsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class SearchEvaluationFormsCommand extends SearchEvaluationFormsCommand_base { protected static __types: { api: { input: SearchEvaluationFormsRequest; output: SearchEvaluationFormsResponse; }; sdk: { input: SearchEvaluationFormsCommandInput; output: SearchEvaluationFormsCommandOutput; }; }; }