/**
 * Generate a random string with the specified length.
 * @param length the length for the generated random string.
 */
export declare function randomString(length: number): string;
