declare module "ice.fo.utils/ParseUtils" {
  
  export function parseDataMap(context: any);
  
  export function parseDynamicString(context: any);
}