export declare class StringUtil {
    static getHashCode(text?: string): number;
}
