import { Lazy } from "lazy-val"; export declare function createLazyProductionDeps(projectDir: string, excludedDependencies: Array | null): Lazy; export interface NodeModuleDirInfo { readonly dir: string; readonly deps: Array; } export interface NodeModuleInfo { readonly name: string; }