import type { WithdrawalFlowConfig, WithdrawalMethodOption } from '../../src/flow/withdrawalFlowConfig'; import { type NadoWithdrawalFlowConfig } from './nadoWithdrawalConfig'; /** * The Nado method to hand `beginWithdrawal`, carrying the config it runs, so the * SDK never holds Nado config itself. * * Empty until the subaccount id can be built — every Nado query is keyed on it. */ export declare function useNadoWithdrawal({ nado, config, }: { nado: NadoWithdrawalFlowConfig | undefined; /** Title, callbacks and wallet carry over. Absent until the host has one. */ config: WithdrawalFlowConfig | undefined; }): WithdrawalMethodOption[]; //# sourceMappingURL=useNadoWithdrawal.d.ts.map