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