import type { Tree } from '@nx/devkit'; interface PropsType { tree: Tree; subappName: string; reexportIndexPath: string; reexportRelativePath: string; } export declare const reexport: ({ tree, subappName, reexportIndexPath, reexportRelativePath, }: PropsType) => void; export {};