export declare function capitalize(str: string): string; export declare function truncateAddress(address?: string, length?: number): string; export declare function truncateENSName(ensName: string, maxLength: number): string;