import { EntryWebpack } from './types/entry';
export default function (entries: EntryWebpack[] | null): (config: any) => any;
