PreparationOptions: {
    endowmentTools?: EndowmentTools;
    makeBijection?: (() => Bijection);
    makeLogStore?: (() => LogStore);
    panicHandler?: ((e: any) => void);
    vowTools?: VowTools;
}