import type { Paginator } from "@smithy/types"; import { DescribeSlackChannelConfigurationsCommandInput, DescribeSlackChannelConfigurationsCommandOutput } from "../commands/DescribeSlackChannelConfigurationsCommand"; import type { ChatbotPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeSlackChannelConfigurations: (config: ChatbotPaginationConfiguration, input: DescribeSlackChannelConfigurationsCommandInput, ...rest: any[]) => Paginator;