import * as webpack from 'webpack'; export declare class RemoteModuleManifestStartupMainTemplatePlugin { private chunkName; constructor(chunkName?: string); apply(compiler: webpack.Compiler): void; }