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