export declare function ethereumAddress(publicKey: Uint8Array, chainId?: number | string): string; export declare function solanaAddress(publicKey: Uint8Array, network: string): string; export declare function cosmosAddress(publicKey: Uint8Array): string;