import type { BigUint } from './BigUint.js';
export type ExecutedAmounts = {
    sell: BigUint;
    buy: BigUint;
};
