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