export type WaitUntilHook = (this: void, promise: Promise<unknown>) => void;
