/** * Finds the root directory of the nearest project containing "@tsdiapi/server" in its dependencies. * * @returns The root directory path of the TSDIAPI-Server project or null if not found. */ export declare function findTSDIAPIServerProject(cwd?: string): Promise; //# sourceMappingURL=app-finder.d.ts.map