import { Tree } from '@nx/devkit'; /** Creates root.tsx if it is not found */ export declare function ensureRootTsxExists(tree: Tree, projectName: string): void; export declare function ensureMdxTypeInTsConfig(tree: Tree, projectName: string): void;