import { AnyConfiguration } from '../types';
export default function withNodeMocks(webpackConfig: AnyConfiguration): AnyConfiguration;
