import { EntryParam, EntryWebpack } from './types/entry';
export default function (params: EntryParam[]): EntryWebpack[] | null;
