import { Address } from '../../types'; export type PoolState = {}; export type SeVlrData = { exchange: Address; }; export type DexParams = {};