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