export declare class SerializationHelper { static toInstance(obj: T, json: string): T; }