declare const hostManagerRoutesUrl: {
    /** Base path for host name to interceptor and replace with actual URL
     * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1#bookmark=id.j3vzaryhajl1
     * __version__ need to add in future
     */
    cideSuiteHost: string;
};
export { hostManagerRoutesUrl };
