declare function toStr(val: any): string;

export = toStr;
