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