import { ModuleWithProviders } from '@angular/core'; import { AnnotateServiceConfig } from './annotate.config'; export declare class AnnotateModule { static forRoot(config: AnnotateServiceConfig): ModuleWithProviders; static forChild(config: AnnotateServiceConfig): ModuleWithProviders; }