import { InjectionToken } from '@angular/core'; import type { ShouldHandleErrorPredicate } from '../types'; export declare const CUI_SHOULD_HANDLE_ERROR: InjectionToken;