/**
 * The protocol fee is taken as a percent of the surplus.
 */
export type Surplus = {
    factor: number;
    maxVolumeFactor: number;
};
