import type { WithdrawalFlowConfig, WithdrawalSourceTokenOption } from '../flow/withdrawalFlowConfig'; /** * The source tokens the user may pick between. A host with one source omits * `sourceTokens`, leaving the single `sourceToken` as the only option. * * Stays local to React Native: web's option type is keyed by symbol and carries * per-option checkout data, so there is no shared shape to resolve against. */ export declare function resolveWithdrawalSourceTokens(config: Pick): WithdrawalSourceTokenOption[]; //# sourceMappingURL=sourceToken.d.ts.map