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