/// <reference types="@mmisty/cypress-tags" />
/// <reference types="cypress" />
/// <reference types="cypress" />
/// <reference types="cypress" />
/// <reference types="cypress" />
import PluginEvents = Cypress.PluginEvents;
/**
 * This will add prefiltering capabilities and speed up the execution
 * of tests when utilizing grep
 * */
export declare const pluginGrep: (on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions) => void;
