astro-ghostcms/.pnpm-store/v3/files/06/c199a3217dbb4632210fd862e5b...

9 lines
257 B
Plaintext

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