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