declare function objToStr(val: any): string;

export = objToStr;
