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