import type Big from "big.js"; import type { TinyBig } from "../shared/tinyBig/tinyBig"; export declare function etherToWei(etherQuantity: string | number | TinyBig | Big): TinyBig;