export type TestEnvironmentCreatedEvent = {
    type: 'test_environment_created';
    testFilePath: string;
};
