/**
 * Uint8 to hex (2 characters)
 *
 * @example uint82hex(10) => "0A"
 * @param {number} x
 * @return {string}
 */
export function uint82hex(x: number): string;
//# sourceMappingURL=uint82hex.d.ts.map