/** * Returns string representation of an object. Alias to `Object.prototype.string` * @type {function(): string} */ export declare const toString:()=>string