import type { Tree } from '@nx/devkit'; import { GenerationOptions } from './file-info'; export declare function exportInEntryPoint(tree: Tree, schema: GenerationOptions): void;