export declare const shortenAddress: (address: string, maxLength?: number) => string; export declare function calculateColorFromAddress(address: string): string; export declare function getWalletPermissions(arweaveWallet: any): Promise;