export declare enum PoolJobRecurrences { WEEKLY = "weekly", MONTHLY = "monthly", BIWEEKLY = "biweekly", ONCE = "once" }