import * as ts from 'typescript'; import { AngularCompilerPlugin } from '@ngtools/webpack'; export declare function nsReplaceBootstrap(getNgCompiler: () => AngularCompilerPlugin, entryPath: string, projectDir: string): ts.TransformerFactory;