export declare function convertFromObjectToMap(data: object[]): Map<string, any>[];
