import type { InstallCallback } from '../types.js';
export default function install(specifier: string, dest: string, callback: InstallCallback): void;
