import webpack from 'webpack';
export declare function getWebpack(rootDir: string): typeof webpack | undefined;
