import type { UpdateDependencyConfig } from '../types';
/**
 * updateDependency appends a comment line once.
 * This is only for the purpose of triggering the artifact update
 * Hermit doesn't have a package file to update like other package managers.
 */
export declare function updateDependency({ fileContent, upgrade, }: UpdateDependencyConfig): string | null;
