import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { DeletePendingAggregationRequestRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeletePendingAggregationRequestCommandInput extends DeletePendingAggregationRequestRequest {} export interface DeletePendingAggregationRequestCommandOutput extends __MetadataBearer {} declare const DeletePendingAggregationRequestCommand_base: { new ( input: DeletePendingAggregationRequestCommandInput ): import("@smithy/smithy-client").CommandImpl< DeletePendingAggregationRequestCommandInput, DeletePendingAggregationRequestCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeletePendingAggregationRequestCommandInput ): import("@smithy/smithy-client").CommandImpl< DeletePendingAggregationRequestCommandInput, DeletePendingAggregationRequestCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeletePendingAggregationRequestCommand extends DeletePendingAggregationRequestCommand_base { protected static __types: { api: { input: DeletePendingAggregationRequestRequest; output: {}; }; sdk: { input: DeletePendingAggregationRequestCommandInput; output: DeletePendingAggregationRequestCommandOutput; }; }; }