export function deserializeRegex(regexStr: any): RegExp;
export function stringifyWithRegexs(object: any): string;
