/** * 判断当前是否启用新的路径规范 * 新路径规范:CLIENT_BASE_PATH 以 /app/:appId 格式开头 */ export declare function isNewPathEnabled(): boolean;