export declare const ETH_TO_GWEI: bigint; export declare const GWEI_TO_WEI: bigint; export declare const ETH_TO_WEI: bigint; type EthNumeric = bigint; /** * Convert gwei to wei. */ export declare function gweiToWei(gwei: EthNumeric): EthNumeric; export {}; //# sourceMappingURL=ethConversion.d.ts.map