import { AutoInstall } from './types.js'; import '@nyxb/utils'; import '@iconizza/types'; import '../customisations/defaults.js'; declare function tryInstallPkg(name: string, autoInstall: AutoInstall): Promise; export { tryInstallPkg };