import { PermissionService } from './auth'; import { LoadingInterceptor } from './global-loading'; import { ArrayToTreeConverterService, TreeDataHelperService } from './utils'; /** L52ABP-NG 的服务 */ export declare const L52ABP_SERVICES: (typeof PermissionService | typeof TreeDataHelperService | typeof ArrayToTreeConverterService)[]; /** http 拦截器,loading效果 */ export declare const L52ABP_HTTP_LOADING_PROVIDER: { provide: import("@angular/core").InjectionToken; useClass: typeof LoadingInterceptor; multi: boolean; }[];