ExecutorPowers: {
    invitationFromSpec: ERef<Invitation>;
    logger: {
        error: ((...args: any[]) => void);
        info: ((...args: any[]) => void);
    };
    makeOfferWatcher: MakeOfferWatcher;
}