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