export type WalletNetworkType = 'livenet' | 'testnet' | 'signet';
export declare const All_NETWORK: WalletNetworkType[];
