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