export type HookType = 'beforeAll' | 'beforeEach' | 'afterEach' | 'afterAll';