import { InjectionToken } from '@angular/core'; /** * Interface for the annotate API configuration. */ export interface AnnotateServiceConfig { url: string; } /** * This injection token can be used to inject the annotate API configuration. */ export declare const ANNOTATE_CONFIG: InjectionToken;