import { IsExternal } from 'rollup'; declare function arrayToExternal(modules: string[] | null): IsExternal; export default arrayToExternal;