/** * Generate a random string of a given length * @param length - The length of the string to generate * @returns A random string of the given length */ export declare function generateRandomString(length: number): string; //# sourceMappingURL=genString.d.ts.map