import { type PackageJSON } from 'bob-esbuild/config/packageJson';
import { type GQtyConfig } from '../../config';
export declare const promptInstall: (configuration: GQtyConfig) => Promise<void>;
/**
 * Install missing packages with the current package manager.
 */
export declare const runInstall: ({ dependencies, devDependencies }: PackageJSON, configuration: GQtyConfig) => Promise<void>;
