import type { Paginator } from "@smithy/types"; import { DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput } from "../commands/DescribePendingAggregationRequestsCommand"; import type { ConfigServicePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribePendingAggregationRequests: (config: ConfigServicePaginationConfiguration, input: DescribePendingAggregationRequestsCommandInput, ...rest: any[]) => Paginator;