import type { EthAddress } from "../types";
/**
 * Creates unprefixed hex string from wide range of data.
 *
 * @param input
 */
export declare function makeHexString(input: string | number | Uint8Array | EthAddress): string;
//# sourceMappingURL=hex.d.ts.map