import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetRateBasedStatementManagedKeysRequest, GetRateBasedStatementManagedKeysResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig, } from "../WAFV2Client"; export { __MetadataBearer }; export { $Command }; export interface GetRateBasedStatementManagedKeysCommandInput extends GetRateBasedStatementManagedKeysRequest {} export interface GetRateBasedStatementManagedKeysCommandOutput extends GetRateBasedStatementManagedKeysResponse, __MetadataBearer {} declare const GetRateBasedStatementManagedKeysCommand_base: { new ( input: GetRateBasedStatementManagedKeysCommandInput ): import("@smithy/smithy-client").CommandImpl< GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetRateBasedStatementManagedKeysCommandInput ): import("@smithy/smithy-client").CommandImpl< GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetRateBasedStatementManagedKeysCommand extends GetRateBasedStatementManagedKeysCommand_base { protected static __types: { api: { input: GetRateBasedStatementManagedKeysRequest; output: GetRateBasedStatementManagedKeysResponse; }; sdk: { input: GetRateBasedStatementManagedKeysCommandInput; output: GetRateBasedStatementManagedKeysCommandOutput; }; }; }