import { Address } from 'viem'; export type StrategyParams = { strategyAddress: Address; token: Address; receiver: Address; amount: bigint; amountOutMin: bigint; };