export declare class RandomHelper { static generateString(length: number, characters?: string): string; }