import { Paginator } from "@smithy/types"; import { SearchChannelsCommandInput, SearchChannelsCommandOutput, } from "../commands/SearchChannelsCommand"; import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces"; export declare const paginateSearchChannels: ( config: ChimeSDKMessagingPaginationConfiguration, input: SearchChannelsCommandInput, ...rest: any[] ) => Paginator;