import { Tree } from '@nx/devkit';
export declare function findViteConfig(tree: Tree, searchRoot: string): string;
export declare function findWebpackConfig(tree: Tree, searchRoot: string): string;
