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