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