export declare enum ANTICIPATION_DELAYS { D0 = "0", D1 = "1", D14 = "14", D30 = "30" } export type AnticipationDelay = ANTICIPATION_DELAYS;