import { Tree } from '@nx/devkit';
/**
 * For gatsby app with style scss option, replace node-sass with sass in package.json
 */
export default function update(tree: Tree): Promise<import("@nx/devkit").GeneratorCallback>;
