import type { Project } from '../.././../../project'; export declare namespace CopyMangerHelpers { function childPureName(child: Project): string; }