import { IndexValuePair } from './index-value-pair.cjs'; export type TransferInfo = { target: string; amount: string; tokens: IndexValuePair[]; };