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