import { type WalletAssets } from './useWalletAssets';
export declare function useUsableWalletAssetsForCheckout(): WalletAssets | undefined;
