import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateRateBasedRuleRequest, CreateRateBasedRuleResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateRateBasedRuleCommandInput extends CreateRateBasedRuleRequest {} export interface CreateRateBasedRuleCommandOutput extends CreateRateBasedRuleResponse, __MetadataBearer {} declare const CreateRateBasedRuleCommand_base: { new ( input: CreateRateBasedRuleCommandInput, ): import("@smithy/core/client").CommandImpl< CreateRateBasedRuleCommandInput, CreateRateBasedRuleCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateRateBasedRuleCommandInput, ): import("@smithy/core/client").CommandImpl< CreateRateBasedRuleCommandInput, CreateRateBasedRuleCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateRateBasedRuleCommand extends CreateRateBasedRuleCommand_base { protected static __types: { api: { input: CreateRateBasedRuleRequest; output: CreateRateBasedRuleResponse; }; sdk: { input: CreateRateBasedRuleCommandInput; output: CreateRateBasedRuleCommandOutput; }; }; }