import { AnnotateService as IAnnotateService } from '@relevance/core'; import { AnnotateServiceConfig } from './annotate.config'; /** * This service exposes the annotate service as an Angular dependency. */ export declare class AnnotateService extends IAnnotateService { constructor(config: AnnotateServiceConfig); }