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