/** * Hex to Base64 * @param {string} str [hex] * @return {string} [base64] */ export default function hexToBase64(hex: string): string;