import type { Paginator } from "@smithy/types"; import { DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput } from "../commands/DescribeServiceUpdatesCommand"; import type { ElastiCachePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeServiceUpdates: (config: ElastiCachePaginationConfiguration, input: DescribeServiceUpdatesCommandInput, ...rest: any[]) => Paginator;