import type { InstallCallback, InstallOptions } from '../types.js';
export default function installModule(installString: string, nodeModulesPath: string, options: InstallOptions, callback: InstallCallback): void;
