/**
 * @module bundlers
 */
/**
 * This is likely a highly specialized use case for adding mdx functionality
 * and code coverage in the cypress.config.ts file. It assumes that you've
 * already added ts-loader to the webpack config file proper.
 */
export declare const cypressWebpackConfigMdx: (config: any, coverage?: boolean) => any;
