import { InjectionToken } from '@angular/core'; import type { ResourceStateService } from './resource-state-service.interface'; export declare const CUI_RESOURCE_STATE_SERVICE_TOKEN: InjectionToken;