import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SearchDataSetsRequest, SearchDataSetsResponse, } from "../models/models_4"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface SearchDataSetsCommandInput extends SearchDataSetsRequest {} export interface SearchDataSetsCommandOutput extends SearchDataSetsResponse, __MetadataBearer {} declare const SearchDataSetsCommand_base: { new ( input: SearchDataSetsCommandInput ): import("@smithy/smithy-client").CommandImpl< SearchDataSetsCommandInput, SearchDataSetsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: SearchDataSetsCommandInput ): import("@smithy/smithy-client").CommandImpl< SearchDataSetsCommandInput, SearchDataSetsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class SearchDataSetsCommand extends SearchDataSetsCommand_base { protected static __types: { api: { input: SearchDataSetsRequest; output: SearchDataSetsResponse; }; sdk: { input: SearchDataSetsCommandInput; output: SearchDataSetsCommandOutput; }; }; }