import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SearchAgentsRequest, SearchAgentsResponse } from "../models/models_4"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface SearchAgentsCommandInput extends SearchAgentsRequest {} export interface SearchAgentsCommandOutput extends SearchAgentsResponse, __MetadataBearer {} declare const SearchAgentsCommand_base: { new ( input: SearchAgentsCommandInput ): import("@smithy/core/client").CommandImpl< SearchAgentsCommandInput, SearchAgentsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: SearchAgentsCommandInput ): import("@smithy/core/client").CommandImpl< SearchAgentsCommandInput, SearchAgentsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class SearchAgentsCommand extends SearchAgentsCommand_base { protected static __types: { api: { input: SearchAgentsRequest; output: SearchAgentsResponse; }; sdk: { input: SearchAgentsCommandInput; output: SearchAgentsCommandOutput; }; }; }