export { ChannelArgs } from "./channel"; export type Channel = import("./channel").Channel; export declare const Channel: typeof import("./channel").Channel; export { CustomDomainArgs } from "./customDomain"; export type CustomDomain = import("./customDomain").CustomDomain; export declare const CustomDomain: typeof import("./customDomain").CustomDomain; export { DomainArgs } from "./domain"; export type Domain = import("./domain").Domain; export declare const Domain: typeof import("./domain").Domain; export { GetChannelArgs, GetChannelResult, GetChannelOutputArgs } from "./getChannel"; export declare const getChannel: typeof import("./getChannel").getChannel; export declare const getChannelOutput: typeof import("./getChannel").getChannelOutput; export { GetCustomDomainArgs, GetCustomDomainResult, GetCustomDomainOutputArgs } from "./getCustomDomain"; export declare const getCustomDomain: typeof import("./getCustomDomain").getCustomDomain; export declare const getCustomDomainOutput: typeof import("./getCustomDomain").getCustomDomainOutput; export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain"; export declare const getDomain: typeof import("./getDomain").getDomain; export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput; export { GetReleaseArgs, GetReleaseResult, GetReleaseOutputArgs } from "./getRelease"; export declare const getRelease: typeof import("./getRelease").getRelease; export declare const getReleaseOutput: typeof import("./getRelease").getReleaseOutput; export { GetSiteArgs, GetSiteResult, GetSiteOutputArgs } from "./getSite"; export declare const getSite: typeof import("./getSite").getSite; export declare const getSiteOutput: typeof import("./getSite").getSiteOutput; export { GetVersionArgs, GetVersionResult, GetVersionOutputArgs } from "./getVersion"; export declare const getVersion: typeof import("./getVersion").getVersion; export declare const getVersionOutput: typeof import("./getVersion").getVersionOutput; export { ReleaseArgs } from "./release"; export type Release = import("./release").Release; export declare const Release: typeof import("./release").Release; export { SiteArgs } from "./site"; export type Site = import("./site").Site; export declare const Site: typeof import("./site").Site; export { VersionArgs } from "./version"; export type Version = import("./version").Version; export declare const Version: typeof import("./version").Version; export * from "../../types/enums/firebasehosting/v1beta1";