import type { Tree } from '@nx/devkit';
import type { NormalizedGeneratorOptions } from '../schema';
export declare function generateSSRFiles(tree: Tree, options: NormalizedGeneratorOptions): void;
//# sourceMappingURL=generate-files.d.ts.map