export function updateProjectFromRepository({ projectPath, agent, }: { projectPath?: string | undefined; agent: any; }): Promise;