import type { Tree } from '@nx/devkit';
export declare function locateLibraryEntryPointFromDirectory(tree: Tree, directory: string, projectRoot: string, projectSourceRoot: string): string | null;
//# sourceMappingURL=entry-point.d.ts.map