/** * Converts any input value to a string. * @param input The value to convert to a string * @returns The string representation of the input */ export default function toString(input: any): string;