import { JsonCustomConvert } from 'json2typescript'; export declare class ImageAnnotationValueConverter implements JsonCustomConvert { serialize(value: any): string; deserialize(value: any): any; }