export declare function formatMon(wei: bigint): string; export declare function parseMon(mon: string | number): bigint; export declare function shortenAddress(address: string, chars?: number): string; export declare function shortenTxHash(hash: string, chars?: number): string; export declare function formatPercent(value: number, decimals?: number): string; export declare function formatNumber(value: number | bigint, decimals?: number): string; export declare function explorerTxUrl(txHash: string): string; export declare function explorerAddressUrl(address: string): string; //# sourceMappingURL=format.d.ts.map