import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRateBasedRuleRequest, DeleteRateBasedRuleResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRateBasedRuleCommandInput extends DeleteRateBasedRuleRequest {} export interface DeleteRateBasedRuleCommandOutput extends DeleteRateBasedRuleResponse, __MetadataBearer {} declare const DeleteRateBasedRuleCommand_base: { new ( input: DeleteRateBasedRuleCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRateBasedRuleCommandInput, DeleteRateBasedRuleCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRateBasedRuleCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRateBasedRuleCommandInput, DeleteRateBasedRuleCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRateBasedRuleCommand extends DeleteRateBasedRuleCommand_base { protected static __types: { api: { input: DeleteRateBasedRuleRequest; output: DeleteRateBasedRuleResponse; }; sdk: { input: DeleteRateBasedRuleCommandInput; output: DeleteRateBasedRuleCommandOutput; }; }; }