export declare const AllotmentType: {
  freeSell: number;
  onRequest: number;
  allotment: number;
};
