import webpack from 'webpack'; export declare const applyEntryPlugin: (compiler: webpack.Compiler, context: string, entries: string[], name?: string) => void;