import { type SwappedWithdrawalLegs } from '@funkit/connect-core'; import type { WithdrawalFlowConfig } from '../flow/withdrawalFlowConfig'; /** * Decimals of the token Swapped accepts, when they cannot be read on-chain. * An EVM target is read from the chain (a stale config value would mis-scale * the transfer); a non-EVM target has no ERC-20 to read, so the config token * the route resolved to is trusted instead. */ export declare function resolveFiatTargetDecimals({ config, route, }: { config: Pick; route: Pick; }): number | undefined; //# sourceMappingURL=fiatTargetDecimals.d.ts.map