import { ValidatedHex } from "./types";
declare const randomHex: () => ValidatedHex;
export { randomHex };
