/**
 * Returns the text content for the final prompt, depending on missing deps or updates.
 */
export declare function getPromptContent(depsMissing: boolean, updateAvailable: boolean): string;
