/// <reference types="cypress" />
/**
 * Contract stubs plugin
 *
 * @param on
 * @param config
 */
export declare function contractStubsPlugin(on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions): Promise<void>;
