export { FirewallArgs, FirewallState } from "./firewall"; export type Firewall = import("./firewall").Firewall; export declare const Firewall: typeof import("./firewall").Firewall; export { FirewallLegacyArgs, FirewallLegacyState } from "./firewallLegacy"; export type FirewallLegacy = import("./firewallLegacy").FirewallLegacy; export declare const FirewallLegacy: typeof import("./firewallLegacy").FirewallLegacy; //# sourceMappingURL=index.d.ts.map