import type { ErrorType } from '../errors/utils.js'; export type FormatUnitsErrorType = ErrorType; export declare function formatUnits(value: bigint, decimals: number): string; //# sourceMappingURL=formatUnits.d.ts.map