/** @function stringify @desc Coerces value into a String. @param {String} value */ export default function (value: any): string;