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