import { IHubTemplate } from "../core/types/IHubTemplate"; import { IModel } from "../hub-types"; /** * NOTE: this file provides default values for new * Hub Template creation; however, we have no immediate * plans to allow template creation from the context of * our application. Scaffolding these defaults for * potential future implementation */ export declare const HUB_TEMPLATE_ITEM_TYPE = "Solution"; /** Default values for a new IHubTemplate */ export declare const DEFAULT_TEMPLATE: Partial; /** Default values for a new HubTemplate Model (backing item) */ export declare const DEFAULT_TEMPLATE_MODEL: IModel;