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