import { WalletSchema } from '@dynamic-labs/wallet-book'; import { WalletLimitations } from '../../../types'; export declare const getWalletLimitations: (walletLimitations: WalletSchema['walletLimitations']) => WalletLimitations | undefined;