export declare enum LIQUIDATION_TYPES { DAILY = "daily", BUSINESS_DAY = "business-day" } export type LiquidationType = LIQUIDATION_TYPES | null;