export { AuthorizationRuleArgs, AuthorizationRuleState } from "./authorizationRule"; export type AuthorizationRule = import("./authorizationRule").AuthorizationRule; export declare const AuthorizationRule: typeof import("./authorizationRule").AuthorizationRule; export { GetHubArgs, GetHubResult, GetHubOutputArgs } from "./getHub"; export declare const getHub: typeof import("./getHub").getHub; export declare const getHubOutput: typeof import("./getHub").getHubOutput; export { GetNamespaceArgs, GetNamespaceResult, GetNamespaceOutputArgs } from "./getNamespace"; export declare const getNamespace: typeof import("./getNamespace").getNamespace; export declare const getNamespaceOutput: typeof import("./getNamespace").getNamespaceOutput; export { HubArgs, HubState } from "./hub"; export type Hub = import("./hub").Hub; export declare const Hub: typeof import("./hub").Hub; export { NamespaceArgs, NamespaceState } from "./namespace"; export type Namespace = import("./namespace").Namespace; export declare const Namespace: typeof import("./namespace").Namespace;