import type { UpdateDependencyConfig } from '../types';
/**
 * updateDependency appends a comment line once.
 * This is only for the purpose of triggering the artifact update.
 * Copier needs to update its answers file itself.
 */
export declare function updateDependency({ fileContent, upgrade, }: UpdateDependencyConfig): string | null;
