import { Tree } from '@nx/devkit';
/**
 * Remove the offset from the outputDir of the export target
 */
export default function update(tree: Tree): Promise<void>;
