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