import { Hex } from 'viem';
export declare const toHexString: (value: string) => Hex;
