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