import Decimal from 'decimal.js';
export type StrategyVaultBalances = {
    a: Decimal;
    b: Decimal;
};
