export default function resolveFileConflict(filePath: string, fileContent: string): Promise<'overwrite' | 'skip'>;