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