import type { Paginator } from "@smithy/types"; import { GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput } from "../commands/GetUpgradeHistoryCommand"; import type { OpenSearchPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetUpgradeHistory: (config: OpenSearchPaginationConfiguration, input: GetUpgradeHistoryCommandInput, ...rest: any[]) => Paginator;