import { BytesLike } from 'ethers';
export declare function toHex(data: BytesLike): string;
