import { WebComponentConfig } from '../model/type'; interface AOTOptions { enableOptimization: boolean; } declare function buildWebComponent(config: WebComponentConfig, wrapperPath: string, outputFile: string, options?: boolean | AOTOptions): Promise; declare function createDirectoryIfNotExists(dirPath: string): void; export { buildWebComponent, createDirectoryIfNotExists }; //# sourceMappingURL=ng-build.d.ts.map