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