/** * Value to string. * * @param input */ export declare function valueToString(input: any): string;