/**
 * Generates a URL safe random string of a given size
 */
export declare function random(size: number): string;
