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