import { type FormatUnitsErrorType } from './formatUnits.js'; export type FormatEtherErrorType = FormatUnitsErrorType; export declare function formatEther(wei: bigint, unit?: 'wei' | 'gwei'): string; //# sourceMappingURL=formatEther.d.ts.map