import { WalletConfig, WalletId } from '../types/wallet';
export declare const walletConfigs: Record<WalletId, WalletConfig>;
