export declare function findWorkspaceRoot(startDir: string | undefined): string | undefined;
export declare function findNearestPackageRoot(startDir?: string): string | undefined;
export declare function findWorkspacePackageDir(rootDir: string, packageName: string): string | undefined;
