export declare class StringUtils {
    static randomLowerAlphaNum(len: number): string;
}
