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