export { FirewallArgs, FirewallState } from "./firewall";
export type Firewall = import("./firewall").Firewall;
export declare const Firewall: typeof import("./firewall").Firewall;
export { FirewallAliasArgs, FirewallAliasState } from "./firewallAlias";
export type FirewallAlias = import("./firewallAlias").FirewallAlias;
export declare const FirewallAlias: typeof import("./firewallAlias").FirewallAlias;
export { FirewallIPSetArgs, FirewallIPSetState } from "./firewallIPSet";
export type FirewallIPSet = import("./firewallIPSet").FirewallIPSet;
export declare const FirewallIPSet: typeof import("./firewallIPSet").FirewallIPSet;
export { FirewallOptionsArgs, FirewallOptionsState } from "./firewallOptions";
export type FirewallOptions = import("./firewallOptions").FirewallOptions;
export declare const FirewallOptions: typeof import("./firewallOptions").FirewallOptions;
export { FirewallRulesArgs, FirewallRulesState } from "./firewallRules";
export type FirewallRules = import("./firewallRules").FirewallRules;
export declare const FirewallRules: typeof import("./firewallRules").FirewallRules;
export { FirewallSecurityGroupArgs, FirewallSecurityGroupState } from "./firewallSecurityGroup";
export type FirewallSecurityGroup = import("./firewallSecurityGroup").FirewallSecurityGroup;
export declare const FirewallSecurityGroup: typeof import("./firewallSecurityGroup").FirewallSecurityGroup;
export { GetDNSArgs, GetDNSResult, GetDNSOutputArgs } from "./getDNS";
export declare const getDNS: typeof import("./getDNS").getDNS;
export declare const getDNSOutput: typeof import("./getDNS").getDNSOutput;
export { GetHostsArgs, GetHostsResult, GetHostsOutputArgs } from "./getHosts";
export declare const getHosts: typeof import("./getHosts").getHosts;
export declare const getHostsOutput: typeof import("./getHosts").getHostsOutput;
export { GetTimeArgs, GetTimeResult, GetTimeOutputArgs } from "./getTime";
export declare const getTime: typeof import("./getTime").getTime;
export declare const getTimeOutput: typeof import("./getTime").getTimeOutput;
export { GetVersionResult } from "./getVersion";
export declare const getVersion: typeof import("./getVersion").getVersion;
export declare const getVersionOutput: typeof import("./getVersion").getVersionOutput;
export { NetworkBridgeArgs, NetworkBridgeState } from "./networkBridge";
export type NetworkBridge = import("./networkBridge").NetworkBridge;
export declare const NetworkBridge: typeof import("./networkBridge").NetworkBridge;
export { NetworkVlanArgs, NetworkVlanState } from "./networkVlan";
export type NetworkVlan = import("./networkVlan").NetworkVlan;
export declare const NetworkVlan: typeof import("./networkVlan").NetworkVlan;
