import * as webpack from 'webpack'; export declare class NgNamedExportPluginManifestOptions { path: string; format?: boolean; name: string; context?: string; entryName?: string; watchWrite?: boolean; type?: string; } export declare class NgNamedExportPlugin { private exportFile; private manifestOptions; constructor(exportFile: string, manifestOptions: NgNamedExportPluginManifestOptions); apply(compiler: webpack.Compiler): void; } export declare class NgNamedExportManifestPlugin { private options; constructor(options: NgNamedExportPluginManifestOptions); private writeUseFs; apply(compiler: webpack.Compiler): void; }