export default class Strings {
    static random(length: number): string;
    private constructor();
}
