declare module 'cypress-mochawesome-reporter/plugin' {
  const mochawesomeReporter: (on: any) => void;
  export default mochawesomeReporter;
}
