export default function formatNumber(value: number): string;
export declare const formatWeiToNumber: (wei: unknown) => string;
