import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchCreateFirewallRuleInput, BatchCreateFirewallRuleOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchCreateFirewallRuleCommandInput extends BatchCreateFirewallRuleInput {} export interface BatchCreateFirewallRuleCommandOutput extends BatchCreateFirewallRuleOutput, __MetadataBearer {} declare const BatchCreateFirewallRuleCommand_base: { new ( input: BatchCreateFirewallRuleCommandInput, ): import("@smithy/core/client").CommandImpl< BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchCreateFirewallRuleCommandInput, ): import("@smithy/core/client").CommandImpl< BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchCreateFirewallRuleCommand extends BatchCreateFirewallRuleCommand_base { protected static __types: { api: { input: BatchCreateFirewallRuleInput; output: BatchCreateFirewallRuleOutput; }; sdk: { input: BatchCreateFirewallRuleCommandInput; output: BatchCreateFirewallRuleCommandOutput; }; }; }