import type { TokenTransferConfig } from '../utils/tokenTransfer/types';
/**
 * Resolve the token-transfer (UDA deposit) token list: the curated Statsig
 * `tokentransferconfig` chains/assets, filtered by the disabled list and merged
 * with `/assets/supported` metadata. The pure resolution lives in
 * `@funkit/connect-core` (shared with React Native); this hook supplies the
 * platform reads (Statsig + react-query) and the loading state.
 */
export declare function useTokenTransferConfig(isWithdrawal?: boolean): TokenTransferConfig;
