import type { PromptbookCliInstallation } from './PromptbookCliInstallation'; /** * Builds the npm command that updates one existing Promptbook CLI installation. * * @private internal utility of `promptbookCli` */ export declare function buildPromptbookCliInstallCommand(installation: PromptbookCliInstallation): string;