export declare class MapHelper { static ObjectToMap(obj: object): Map; static MapToObject(map: Map): any; }