import { byte } from "../types.js"; export declare function bytesToHex(bytes: byte[] | number[]): string;