import { InjectionToken } from '@angular/core'; import { ImageEditorEnvironmentConfig } from './image-editor-environment-config'; export declare const IMAGE_EDITOR_ENVIRONMENT_CONFIG: InjectionToken; export declare const LOADER_SERVICE_TOKEN: InjectionToken; export declare const TRANSLATE_CONFIG: InjectionToken; export declare const IMAGE_EDITOR_SERVICE: InjectionToken;