declare function parseJsonObjectAsMap(text: string, reviver?: (key: any, value: any) => any): any
export default parseJsonObjectAsMap;

