export type StartDescribeDefinitionEvent = {
  type: 'start_describe_definition';
  testFilePath: string;
  describeId: string;
};
