import fs from 'fs/promises'; import path from 'path'; export declare class PackageRootService { #private; constructor(fsModule?: Pick, pathModule?: Pick); find(startPath: string, rootFile?: string): Promise; findSubPackages(rootDir: string, rootFile?: string): Promise; }