/** * * `now` - now * * `next-heartbeat` - next-heartbeat */ export declare enum WakeModeEnum { NOW = "now", NEXT_HEARTBEAT = "next-heartbeat" }