/** * The Root module which must be included in the application root. * It ensures that context etc. is singleton across the entire application * @export * @class DnnSxcRootModule */ export declare class DnnSxcRootModule { constructor(parentModule?: DnnSxcRootModule); }