export { BackendAddressPoolArgs, BackendAddressPoolState } from "./backendAddressPool"; export type BackendAddressPool = import("./backendAddressPool").BackendAddressPool; export declare const BackendAddressPool: typeof import("./backendAddressPool").BackendAddressPool; export { BackendAddressPoolAddressArgs, BackendAddressPoolAddressState } from "./backendAddressPoolAddress"; export type BackendAddressPoolAddress = import("./backendAddressPoolAddress").BackendAddressPoolAddress; export declare const BackendAddressPoolAddress: typeof import("./backendAddressPoolAddress").BackendAddressPoolAddress; export { GetBackendAddressPoolArgs, GetBackendAddressPoolResult, GetBackendAddressPoolOutputArgs } from "./getBackendAddressPool"; export declare const getBackendAddressPool: typeof import("./getBackendAddressPool").getBackendAddressPool; export declare const getBackendAddressPoolOutput: typeof import("./getBackendAddressPool").getBackendAddressPoolOutput; export { GetLBArgs, GetLBResult, GetLBOutputArgs } from "./getLB"; export declare const getLB: typeof import("./getLB").getLB; export declare const getLBOutput: typeof import("./getLB").getLBOutput; export { GetLBOutboundRuleArgs, GetLBOutboundRuleResult, GetLBOutboundRuleOutputArgs } from "./getLBOutboundRule"; export declare const getLBOutboundRule: typeof import("./getLBOutboundRule").getLBOutboundRule; export declare const getLBOutboundRuleOutput: typeof import("./getLBOutboundRule").getLBOutboundRuleOutput; export { GetLBRuleArgs, GetLBRuleResult, GetLBRuleOutputArgs } from "./getLBRule"; export declare const getLBRule: typeof import("./getLBRule").getLBRule; export declare const getLBRuleOutput: typeof import("./getLBRule").getLBRuleOutput; export { LoadBalancerArgs, LoadBalancerState } from "./loadBalancer"; export type LoadBalancer = import("./loadBalancer").LoadBalancer; export declare const LoadBalancer: typeof import("./loadBalancer").LoadBalancer; export { NatPoolArgs, NatPoolState } from "./natPool"; export type NatPool = import("./natPool").NatPool; export declare const NatPool: typeof import("./natPool").NatPool; export { NatRuleArgs, NatRuleState } from "./natRule"; export type NatRule = import("./natRule").NatRule; export declare const NatRule: typeof import("./natRule").NatRule; export { OutboundRuleArgs, OutboundRuleState } from "./outboundRule"; export type OutboundRule = import("./outboundRule").OutboundRule; export declare const OutboundRule: typeof import("./outboundRule").OutboundRule; export { ProbeArgs, ProbeState } from "./probe"; export type Probe = import("./probe").Probe; export declare const Probe: typeof import("./probe").Probe; export { RuleArgs, RuleState } from "./rule"; export type Rule = import("./rule").Rule; export declare const Rule: typeof import("./rule").Rule;