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