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