/**
 * 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;
