/** * Convert anything into a string * @param x :: any * @returns a string representation of a value */ export declare const toString: (x: any) => string; //# sourceMappingURL=toString.d.ts.map