import { JsonCustomConvert } from "json2typescript"; export declare class ParseStringConverter implements JsonCustomConvert { serialize(value: string): string; deserialize(value: any): String; }