export { CustomDomainArgs, CustomDomainState } from "./customDomain"; export type CustomDomain = import("./customDomain").CustomDomain; export declare const CustomDomain: typeof import("./customDomain").CustomDomain; export { GatewayArgs, GatewayState } from "./gateway"; export type Gateway = import("./gateway").Gateway; export declare const Gateway: typeof import("./gateway").Gateway; export { GatewayServiceArgs, GatewayServiceState } from "./gatewayService"; export type GatewayService = import("./gatewayService").GatewayService; export declare const GatewayService: typeof import("./gatewayService").GatewayService; export { GetCustomDomainArgs, GetCustomDomainResult, GetCustomDomainOutputArgs } from "./getCustomDomain"; export declare const getCustomDomain: typeof import("./getCustomDomain").getCustomDomain; export declare const getCustomDomainOutput: typeof import("./getCustomDomain").getCustomDomainOutput; export { GetCustomDomainsResult } from "./getCustomDomains"; export declare const getCustomDomains: typeof import("./getCustomDomains").getCustomDomains; export declare const getCustomDomainsOutput: typeof import("./getCustomDomains").getCustomDomainsOutput; export { GetGatewayArgs, GetGatewayResult, GetGatewayOutputArgs } from "./getGateway"; export declare const getGateway: typeof import("./getGateway").getGateway; export declare const getGatewayOutput: typeof import("./getGateway").getGatewayOutput; export { GetGatewayServiceArgs, GetGatewayServiceResult, GetGatewayServiceOutputArgs } from "./getGatewayService"; export declare const getGatewayService: typeof import("./getGatewayService").getGatewayService; export declare const getGatewayServiceOutput: typeof import("./getGatewayService").getGatewayServiceOutput; export { GetGatewayServicesResult } from "./getGatewayServices"; export declare const getGatewayServices: typeof import("./getGatewayServices").getGatewayServices; export declare const getGatewayServicesOutput: typeof import("./getGatewayServices").getGatewayServicesOutput; export { GetGatewaysResult } from "./getGateways"; export declare const getGateways: typeof import("./getGateways").getGateways; export declare const getGatewaysOutput: typeof import("./getGateways").getGatewaysOutput; export { GetUpstreamArgs, GetUpstreamResult, GetUpstreamOutputArgs } from "./getUpstream"; export declare const getUpstream: typeof import("./getUpstream").getUpstream; export declare const getUpstreamOutput: typeof import("./getUpstream").getUpstreamOutput; export { GetUpstreamSourceArgs, GetUpstreamSourceResult, GetUpstreamSourceOutputArgs } from "./getUpstreamSource"; export declare const getUpstreamSource: typeof import("./getUpstreamSource").getUpstreamSource; export declare const getUpstreamSourceOutput: typeof import("./getUpstreamSource").getUpstreamSourceOutput; export { GetUpstreamSourcesResult } from "./getUpstreamSources"; export declare const getUpstreamSources: typeof import("./getUpstreamSources").getUpstreamSources; export declare const getUpstreamSourcesOutput: typeof import("./getUpstreamSources").getUpstreamSourcesOutput; export { GetUpstreamsResult } from "./getUpstreams"; export declare const getUpstreams: typeof import("./getUpstreams").getUpstreams; export declare const getUpstreamsOutput: typeof import("./getUpstreams").getUpstreamsOutput; export { UpstreamArgs, UpstreamState } from "./upstream"; export type Upstream = import("./upstream").Upstream; export declare const Upstream: typeof import("./upstream").Upstream; export { UpstreamSourceArgs, UpstreamSourceState } from "./upstreamSource"; export type UpstreamSource = import("./upstreamSource").UpstreamSource; export declare const UpstreamSource: typeof import("./upstreamSource").UpstreamSource;