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