import type { WithdrawalFlowConfig } from '../../src/flow/withdrawalFlowConfig'; import { type SolanaHostWithdrawalConfig, type SolanaWithdrawalFlowConfig } from './solanaWithdrawal'; /** * The config to hand `beginWithdrawal` for a USDC-on-Solana source. Mirrors * web's `useSolanaWithdrawalConfig`: `undefined` while the signer is absent, * cannot sign, or its address is not base58, so a bad host value disables the * flow instead of throwing in render. */ export declare function useSolanaWithdrawal({ solana, config, }: { solana: SolanaWithdrawalFlowConfig | undefined; config: SolanaHostWithdrawalConfig | undefined; }): WithdrawalFlowConfig | undefined; //# sourceMappingURL=useSolanaWithdrawal.d.ts.map