import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKMessagingClient"; import { SearchChannelsRequest, SearchChannelsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface SearchChannelsCommandInput extends SearchChannelsRequest {} export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __MetadataBearer {} declare const SearchChannelsCommand_base: { new ( input: SearchChannelsCommandInput ): import("@smithy/smithy-client").CommandImpl< SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: SearchChannelsCommandInput ): import("@smithy/smithy-client").CommandImpl< SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class SearchChannelsCommand extends SearchChannelsCommand_base { protected static __types: { api: { input: SearchChannelsRequest; output: SearchChannelsResponse; }; sdk: { input: SearchChannelsCommandInput; output: SearchChannelsCommandOutput; }; }; }