import type { Paginator } from "@smithy/types"; import { GetPartitionIndexesCommandInput, GetPartitionIndexesCommandOutput } from "../commands/GetPartitionIndexesCommand"; import type { GluePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetPartitionIndexes: (config: GluePaginationConfiguration, input: GetPartitionIndexesCommandInput, ...rest: any[]) => Paginator;