default: {
    activity: typeof Activity;
    await: typeof Await;
    cycle: typeof Cycle;
    hook: typeof Hook;
    interrupt: typeof Interrupt;
    signal: typeof Signal;
    trigger: typeof Trigger;
    worker: typeof Worker;
}