/**
 * Generates a random string of the given length.
 * @param length The length of the string to generate.
 */
export default function (length?: number): string;
