import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchUpdateFirewallRuleInput, BatchUpdateFirewallRuleOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchUpdateFirewallRuleCommandInput extends BatchUpdateFirewallRuleInput {} export interface BatchUpdateFirewallRuleCommandOutput extends BatchUpdateFirewallRuleOutput, __MetadataBearer {} declare const BatchUpdateFirewallRuleCommand_base: { new ( input: BatchUpdateFirewallRuleCommandInput, ): import("@smithy/core/client").CommandImpl< BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchUpdateFirewallRuleCommandInput, ): import("@smithy/core/client").CommandImpl< BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchUpdateFirewallRuleCommand extends BatchUpdateFirewallRuleCommand_base { protected static __types: { api: { input: BatchUpdateFirewallRuleInput; output: BatchUpdateFirewallRuleOutput; }; sdk: { input: BatchUpdateFirewallRuleCommandInput; output: BatchUpdateFirewallRuleCommandOutput; }; }; }