import { type Tree } from '@nx/devkit';
export declare function isUsingTsSolutionSetup(tree?: Tree): boolean;
export declare function addProjectToTsSolutionWorkspace(tree: Tree, projectDir: string): Promise<void>;
