import { type Tree } from '@nx/devkit';
import type { NormalizedOptions } from '../schema';
export declare function fixBootstrap(tree: Tree, appRoot: string, options: NormalizedOptions): void;
//# sourceMappingURL=fix-bootstrap.d.ts.map