import { InjectionToken } from '@angular/core'; import { UploadOptions, ValidationMessages } from './types/upload.types'; export declare const UPLOAD_OPTIONS_DEFAULT: UploadOptions; export declare const UPLOAD_VALIDATION_MESSAGES: InjectionToken;