import { RaydiumPoolType } from './raydiumPoolType'; import { MeteoraPoolType } from './meteoraPoolType'; export type SwapRouterPoolType = RaydiumPoolType | MeteoraPoolType | undefined;