export declare class StringUtils {
    static toString(x: any): string;
}
