import type { ErrorType } from '../errors/utils.js'; import { type ParseUnitsErrorType } from './parseUnits.js'; export type ParseGweiErrorType = ParseUnitsErrorType | ErrorType; export declare function parseGwei(ether: string, unit?: 'wei'): bigint; //# sourceMappingURL=parseGwei.d.ts.map