export { DomainArgs, DomainState } from "./domain"; export type Domain = import("./domain").Domain; export declare const Domain: typeof import("./domain").Domain; export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain"; export declare const getDomain: typeof import("./getDomain").getDomain; export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput; export { GetDomainsResult } from "./getDomains"; export declare const getDomains: typeof import("./getDomains").getDomains; export declare const getDomainsOutput: typeof import("./getDomains").getDomainsOutput; export { GetShareConfigArgs, GetShareConfigResult, GetShareConfigOutputArgs } from "./getShareConfig"; export declare const getShareConfig: typeof import("./getShareConfig").getShareConfig; export declare const getShareConfigOutput: typeof import("./getShareConfig").getShareConfigOutput; export { GetShareConfigsResult } from "./getShareConfigs"; export declare const getShareConfigs: typeof import("./getShareConfigs").getShareConfigs; export declare const getShareConfigsOutput: typeof import("./getShareConfigs").getShareConfigsOutput; export { ShareConfigArgs, ShareConfigState } from "./shareConfig"; export type ShareConfig = import("./shareConfig").ShareConfig; export declare const ShareConfig: typeof import("./shareConfig").ShareConfig;