/**
 * Generates a random string of length
 */
export declare function randomString(length: number): string;
