import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { DescribePendingAggregationRequestsRequest, DescribePendingAggregationRequestsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribePendingAggregationRequestsCommandInput extends DescribePendingAggregationRequestsRequest {} export interface DescribePendingAggregationRequestsCommandOutput extends DescribePendingAggregationRequestsResponse, __MetadataBearer {} declare const DescribePendingAggregationRequestsCommand_base: { new ( input: DescribePendingAggregationRequestsCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribePendingAggregationRequestsCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribePendingAggregationRequestsCommand extends DescribePendingAggregationRequestsCommand_base { protected static __types: { api: { input: DescribePendingAggregationRequestsRequest; output: DescribePendingAggregationRequestsResponse; }; sdk: { input: DescribePendingAggregationRequestsCommandInput; output: DescribePendingAggregationRequestsCommandOutput; }; }; }