export type HookStartEvent = {
    type: 'hook_start';
    testFilePath: string;
    hookId: string;
};
