- import { AutoInstall } from './types.mjs';
- import '@antfu/utils';
- import '../customisations/defaults.mjs';
- import '@iconify/types';
- declare function tryInstallPkg(name: string, autoInstall: AutoInstall): Promise<void | undefined>;
- export { tryInstallPkg };
|