import { AlgorandWalletAddress } from './algorandWalletAddress'; export declare class AlgorandAddress { 'algMainnet'?: { [key: string]: AlgorandWalletAddress; }; 'algTestnet'?: { [key: string]: AlgorandWalletAddress; }; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }