declare module 'json-mask';
/**
 *
 * @param obj the object to apply the mask on
 * @param mask a mask as defined in https://github.com/nemtsov/json-mask
 */
declare function json_mask(obj: any, mask: string): any;
