import type { Tree } from '@nx/devkit'; import type { BrainlyNextJSAppGenerator } from '../schema'; export declare const maybeExcludeRewrites: (tree: Tree, schema: BrainlyNextJSAppGenerator) => void;