import type { Tree } from '@nx/devkit'; export declare const updateWorkspaceTarget: ({ tree, projectPath, projectName, e2e, }: { tree: Tree; projectPath: string; projectName: string; e2e?: boolean | undefined; directory: string; }) => Promise;