export declare function truncateAddress(address?: string): string; export declare function truncateName(name?: string, maxLength?: number): string; export declare function toPrecision(number: number, precision?: number): string; export declare function formatBalance(balance: any): string;