import { Tree } from '@nx/devkit'; import * as ts from 'typescript'; export declare function extractRspackOptions(tree: Tree, rspackConfigPath: string): { withNxConfig: "" | ts.Node; withReactConfig: "" | ts.Node; };