import { BigNumber } from 'ethers'; export declare const toHexString32: (value: string | number | BigNumber | boolean) => string;