import { IHubSite } from "../core/types/IHubSite"; import { IModel } from "../hub-types"; export declare const HUB_SITE_ITEM_TYPE = "Hub Site Application"; /** * Default values of a IHubSite * This is used by HubSite.create and HubSite.fromJson * which are used by the Configuration Editor. */ export declare const DEFAULT_SITE: Partial; /** * Default values for a new HubProject Model */ export declare const DEFAULT_SITE_MODEL: IModel;