import { type Tree } from '@nx/devkit';
export default function addE2eCiTargetDefaults(tree: Tree): Promise<void>;
