import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetRateBasedRuleManagedKeysRequest, GetRateBasedRuleManagedKeysResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetRateBasedRuleManagedKeysCommandInput extends GetRateBasedRuleManagedKeysRequest {} export interface GetRateBasedRuleManagedKeysCommandOutput extends GetRateBasedRuleManagedKeysResponse, __MetadataBearer {} declare const GetRateBasedRuleManagedKeysCommand_base: { new ( input: GetRateBasedRuleManagedKeysCommandInput, ): import("@smithy/core/client").CommandImpl< GetRateBasedRuleManagedKeysCommandInput, GetRateBasedRuleManagedKeysCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetRateBasedRuleManagedKeysCommandInput, ): import("@smithy/core/client").CommandImpl< GetRateBasedRuleManagedKeysCommandInput, GetRateBasedRuleManagedKeysCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetRateBasedRuleManagedKeysCommand extends GetRateBasedRuleManagedKeysCommand_base { protected static __types: { api: { input: GetRateBasedRuleManagedKeysRequest; output: GetRateBasedRuleManagedKeysResponse; }; sdk: { input: GetRateBasedRuleManagedKeysCommandInput; output: GetRateBasedRuleManagedKeysCommandOutput; }; }; }