import { Tree } from '@nx/devkit'; import * as ts from 'typescript'; export declare function extractWebpackOptions(tree: Tree, webpackConfigPath: string): { withNxConfig: "" | ts.Node; withReactConfig: "" | ts.Node; }; //# sourceMappingURL=extract-webpack-options.d.ts.map