export declare class StringUtils {
    static isString(variable: any): boolean;
}
