/** * These are utilities to convert Java objects to native JavaScript types */ export declare function HashMapToJSObject(hm: any): any; export declare function sizeOf(object: any): number;