export declare type Dependency = { importPath: string; importFilePath: string; jsPath: string; }; export default function findJsDependencyModules(jsPath: string, projectDir: string): Dependency[];