/** * Generates a random string of characters. * * @param length the length of the string * @returns the random string */ export declare function randomStr(length?: number): string;