/**
 * 获取基座应用的API请求地址
 */
declare const getServerUrl: () => string;
export default getServerUrl;
