/**
 * Returns a random hexadecimal string
 */
declare function randHex(size: number): string;
export default randHex;
