/** * Function to start a webclient. * It is used both in community and enterprise in main.js. * It's meant to be webclient flexible so we can have a subclass of * webclient in enterprise with added features. * * @param {Component} Webclient */ export function startWebClient(Webclient: Component): Promise;